From d83c2f9f323dc8c35ec0a067f39aa07eb510bd61 Mon Sep 17 00:00:00 2001 From: Manuel Kieweg <mail@manuelkieweg.de> Date: Fri, 25 Sep 2020 16:31:39 +0100 Subject: [PATCH] basic default config --- gosdn.toml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 gosdn.toml diff --git a/gosdn.toml b/gosdn.toml new file mode 100644 index 000000000..3c16579ad --- /dev/null +++ b/gosdn.toml @@ -0,0 +1,4 @@ +#example gosdn.toml +CliSocket="localhost:55055" +DatabaseSocket="localhost:7687" +ConfigPath="./gosdn.toml" \ No newline at end of file -- GitLab