forked from sh-edraft.de/sh_discord_bot
Updated my config
This commit is contained in:
parent
30dbce3f4b
commit
d05dec3605
@ -1,10 +1,36 @@
|
|||||||
{
|
{
|
||||||
|
"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": {
|
"LoggingSettings": {
|
||||||
"Path": "logs/",
|
"Path": "logs/",
|
||||||
"Filename": "log_dev.log",
|
"Filename": "bot.log",
|
||||||
"ConsoleLogLevel": "DEBUG",
|
"ConsoleLogLevel": "TRACE",
|
||||||
"FileLogLevel": "TRACE"
|
"FileLogLevel": "TRACE"
|
||||||
},
|
},
|
||||||
|
"BotLoggingSettings": {
|
||||||
|
"Command": {
|
||||||
|
"Path": "logs/",
|
||||||
|
"Filename": "commands.log",
|
||||||
|
"ConsoleLogLevel": "DEBUG",
|
||||||
|
"FileLogLevel": "TRACE"
|
||||||
|
},
|
||||||
|
"Database": {
|
||||||
|
"Path": "logs/",
|
||||||
|
"Filename": "database.log",
|
||||||
|
"ConsoleLogLevel": "DEBUG",
|
||||||
|
"FileLogLevel": "TRACE"
|
||||||
|
},
|
||||||
|
"Message": {
|
||||||
|
"Path": "logs/",
|
||||||
|
"Filename": "message.log",
|
||||||
|
"ConsoleLogLevel": "DEBUG",
|
||||||
|
"FileLogLevel": "TRACE"
|
||||||
|
}
|
||||||
|
},
|
||||||
"DatabaseSettings": {
|
"DatabaseSettings": {
|
||||||
"Host": "localhost",
|
"Host": "localhost",
|
||||||
"User": "kd_kdb",
|
"User": "kd_kdb",
|
||||||
@ -26,7 +52,8 @@
|
|||||||
"Technicians": [
|
"Technicians": [
|
||||||
240160344557879316
|
240160344557879316
|
||||||
],
|
],
|
||||||
"DeployFilesPath": "../../deploy"
|
"WaitForRestart": 4,
|
||||||
|
"WaitForShutdown": 4
|
||||||
},
|
},
|
||||||
"Base": {
|
"Base": {
|
||||||
"910199451145076828": {
|
"910199451145076828": {
|
||||||
|
Loading…
Reference in New Issue
Block a user