This repository has been archived on 2022-07-14. You can view files and clone it, but cannot push or open issues or pull requests.
sh_gismo/src/gismo/appsettings.development.json

28 lines
704 B
JSON
Raw Normal View History

2021-11-15 18:09:34 +01:00
{
"TimeFormatSettings": {
"DateFormat": "%Y-%m-%d",
"TimeFormat": "%H:%M:%S",
"DateTimeFormat": "%Y-%m-%d %H:%M:%S.%f",
"DateTimeLogFormat": "%Y-%m-%d_%H-%M-%S"
},
"LoggingSettings": {
"Path": "logs/",
2021-11-17 19:43:00 +01:00
"Filename": "log_dev.log",
2021-11-23 17:23:11 +01:00
"ConsoleLogLevel": "DEBUG",
"FileLogLevel": "DEBUG"
},
"Discord": {
"Token": "OTA5ODc4NDcyNzExNzU3ODQ1.YZKsXA.BXBszIF3z3wHpoe9s3pKfO3Yd5c"
},
"Bot": {
2021-11-23 17:27:43 +01:00
"Prefix": "!gd",
2021-11-16 18:34:41 +01:00
"Servers": [
{
2021-11-16 19:06:09 +01:00
"Id": "910199451145076828",
"LoginMessageChannelId": "910199452915093588",
"LoginMessage": "Ich bin on the line :D\nDer Start hat {} Sekunden gedauert",
2021-11-16 19:06:09 +01:00
"MessageDeleteTimer": 2
2021-11-16 18:34:41 +01:00
}
]
2021-11-15 18:09:34 +01:00
}
2021-11-23 17:27:43 +01:00
}