gottdad/config.sample.json

18 lines
465 B
JSON
Raw Normal View History

2021-11-06 16:33:16 +01:00
{
"server":{
"addr":"heidi.siteop.biz:3977",
"passwd":"plop"
},
"telegram":{
"admin_id":32173684,
"chat_id":-436055948,
"url":"https://api.telegram.org",
"token":"954090437:AAEMYeUWGluKZRwXi_K3-T23ZVpFoqQAmu0"
},
"game":{
"daily_allotment":1200000000000,
"starting_allotment":6000000000000,
"threshold":600000000000,
"start_date":"2021-11-01T17:22:28+02:00"
}
}