Add an example configuration file

pull/1/head
Mark Veidemanis 7 years ago
parent 013b9b7cfe
commit 021a7851cc

2
.gitignore vendored

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

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