|
@ -99,7 +99,7 @@ class BotConfig(Config): |
|
|
storage_serializer = 'json' |
|
|
storage_serializer = 'json' |
|
|
storage_path = 'storage.json' |
|
|
storage_path = 'storage.json' |
|
|
|
|
|
|
|
|
http_enabled = True |
|
|
http_enabled = False |
|
|
http_host = '0.0.0.0' |
|
|
http_host = '0.0.0.0' |
|
|
http_port = 7575 |
|
|
http_port = 7575 |
|
|
|
|
|
|
|
|