Add an example configuration file

This commit is contained in:
Mark Veidemanis 2017-11-19 14:51:55 +00:00
parent 013b9b7cfe
commit 021a7851cc
2 changed files with 8 additions and 1 deletions

2
.gitignore vendored
View File

@ -1,5 +1,5 @@
*.pyc
*.db
*.pem
*.json
config.json
env/

7
example.json Normal file
View File

@ -0,0 +1,7 @@
{
"port":13867,
"bind":"127.0.0.1",
"usessl":true,
"key":"key.pem",
"cert":"cert.pem"
}