mirror of https://github.com/aididan20/dyno
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
34 lines
424 B
34 lines
424 B
---
|
|
# prefixes
|
|
prefix: '?'
|
|
sudopref: '$'
|
|
localPrefix: '.'
|
|
adminPrefix: t.
|
|
|
|
env: 'dev'
|
|
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
|