13 lines
274 B
JavaScript
13 lines
274 B
JavaScript
module.exports = {
|
|
"mc": {
|
|
"host": "corejourney.org",
|
|
// "bots": {
|
|
// "bot_name": {
|
|
// "username": "<configure in secrets>",
|
|
// "password": "<configure in secrets>",
|
|
// 'auth': "microsoft"
|
|
// }
|
|
// }
|
|
},
|
|
"playerListDir": "/home/william/test_list/"
|
|
} |