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

14 lines
297 B

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