Add an example configuration file
This commit is contained in:
parent
013b9b7cfe
commit
021a7851cc
|
@ -1,5 +1,5 @@
|
||||||
*.pyc
|
*.pyc
|
||||||
*.db
|
*.db
|
||||||
*.pem
|
*.pem
|
||||||
*.json
|
config.json
|
||||||
env/
|
env/
|
||||||
|
|
|
@ -0,0 +1,7 @@
|
||||||
|
{
|
||||||
|
"port":13867,
|
||||||
|
"bind":"127.0.0.1",
|
||||||
|
"usessl":true,
|
||||||
|
"key":"key.pem",
|
||||||
|
"cert":"cert.pem"
|
||||||
|
}
|
Loading…
Reference in New Issue