From 1a6c02b701ee801cb24f75789ac2e3a935ff9dfa Mon Sep 17 00:00:00 2001 From: "Tristan B. Velloza Kildaire" Date: Mon, 1 May 2023 16:11:45 +0200 Subject: [PATCH] Config files - Added `renaissance.json` config file --- renaissance.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 renaissance.json diff --git a/renaissance.json b/renaissance.json new file mode 100644 index 0000000..95e4c6f --- /dev/null +++ b/renaissance.json @@ -0,0 +1,10 @@ +{ + "network" : { + "listeners" : { + "myListener1" : { + "type" : "unix", + "path": "/tmp/renaissance.sock" + } + } + } +} \ No newline at end of file