Compare commits
6 Commits
Author | SHA1 | Date |
---|---|---|
supopur | 7341604c8f | 2 years ago |
supopur | b14f1c724c | 2 years ago |
supopur | 9ed2c050b7 | 2 years ago |
supopur | 9c38cf4923 | 2 years ago |
supopur | 6d6c97fe40 | 2 years ago |
supopur | 697fa4f6ff | 2 years ago |
@ -1,3 +1,19 @@
|
||||
#The config is auto generated in the web interface do not change unless you know what you are doing.
|
||||
|
||||
|
||||
[webserver]
|
||||
#set to false if you dont have a certificate
|
||||
usessl = false
|
||||
port = "5000"
|
||||
#DO NOT USE IN PRODUCTION. Do not even use flask it is recomended to use a production ready wsgi server such as gunicorn
|
||||
debug = false
|
||||
#Leave it like this if you dont know what your doing.
|
||||
ip = "0.0.0.0"
|
||||
crt = "/path/to/certificate.crt"
|
||||
key = "/path/to/private.key"
|
||||
|
||||
|
||||
[bot]
|
||||
cogs=["cogs.Essentials.commands"]
|
||||
cogs=["cogs.essentials.commands"]
|
||||
guild_ids=["823188238260633600"]
|
||||
|
||||
|
Loading…
Reference in New Issue