Add an example configuration file
This commit is contained in:
parent
013b9b7cfe
commit
021a7851cc
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"
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user