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.
 
 
 
minecraft-discord-bridge/config.example.json

15 lines
326 B

{
"MAIN": {
"WEBHOOK_URL": "",
"MC_USERNAME": "",
"MC_PASSWORD": "",
"MC_SERVER": "",
"MC_PORT": 25565,
"MC_ONLINE": true,
"DISCORD_APP_TOKEN": "",
"LOG_LEVEL": "INFO"
},
"DATABASE": {
"CONNECTION_STRING": "sqlite:////data/db.sqlite"
}
}