Add an example configuration file
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -1,5 +1,5 @@
|
|||||||
*.pyc
|
*.pyc
|
||||||
*.db
|
*.db
|
||||||
*.pem
|
*.pem
|
||||||
*.json
|
config.json
|
||||||
env/
|
env/
|
||||||
|
|||||||
7
example.json
Normal file
7
example.json
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
{
|
||||||
|
"port":13867,
|
||||||
|
"bind":"127.0.0.1",
|
||||||
|
"usessl":true,
|
||||||
|
"key":"key.pem",
|
||||||
|
"cert":"cert.pem"
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user