Config files

- Added `renaissance.json` config file
This commit is contained in:
Tristan B. Velloza Kildaire 2023-05-01 16:11:45 +02:00
parent c85a6a1fca
commit 1a6c02b701
1 changed files with 10 additions and 0 deletions

10
renaissance.json Normal file
View File

@ -0,0 +1,10 @@
{
"network" : {
"listeners" : {
"myListener1" : {
"type" : "unix",
"path": "/tmp/renaissance.sock"
}
}
}
}