dyno-bot/Dyno-worker-threads/config/development.yaml

34 lines
413 B
YAML
Raw Normal View History

2020-09-12 20:08:48 +02:00
---
# prefixes
prefix: '?'
sudopref: '$'
localPrefix: '.'
adminPrefix: t.
test: true
state: 2
stateName: Development
logLevel: debug
isPremium: false
# sharding
clusterCount: 1
shardingStrategy: process
shardCountOverride: 1
site:
host: http://localhost
port: 80
listen_port: 8000
colorapi:
host: https://color.dyno.gg
disableHelp: true
modules:
- AdminHandler
- CommandHandler
- ShardStatus
- Dyno