14 lines
364 B
INI
14 lines
364 B
INI
|
|
[Logging]
|
||
|
|
LogEventLevel = Debug
|
||
|
|
LogQueries = false
|
||
|
|
|
||
|
|
[Database]
|
||
|
|
Url = Host=localhost;Database=postgres;Username=postgres;Password=postgres
|
||
|
|
Redis = localhost:6379
|
||
|
|
EncryptionKey = changeMe!FNmZbotJnAAJ7grWHDluCoKIwj6NcUagKE= # base64 key
|
||
|
|
|
||
|
|
[Discord]
|
||
|
|
ApplicationId = <applicationIdHere>
|
||
|
|
Token = <discordTokenHere>
|
||
|
|
CommandsGuildId = <testGuildIdHere>
|
||
|
|
SyncCommands = true
|