added config

This commit is contained in:
A_D
2018-11-16 21:31:45 +02:00
parent 3138ae1fbe
commit 99afed6a1c
4 changed files with 41 additions and 3 deletions

5
config.json.example Normal file
View File

@@ -0,0 +1,5 @@
{
"secret": "superSecretSecretIsSecret",
"bind_host": "127.0.0.1",
"bind_port": "5000"
}