gottdad/config.sample.json

19 lines
418 B
JSON
Raw Normal View History

2021-11-06 16:33:16 +01:00
{
"server":{
2021-11-06 17:17:20 +01:00
"addr":"localhost:3977",
"passwd":"passwd"
2021-11-06 16:33:16 +01:00
},
"telegram":{
2021-11-06 17:17:20 +01:00
"admin_id":1,
"chat_id":-1,
2021-11-06 16:33:16 +01:00
"url":"https://api.telegram.org",
2021-11-06 17:17:20 +01:00
"token":""
2021-11-06 16:33:16 +01:00
},
"game":{
"daily_allotment":1200000000000,
"starting_allotment":6000000000000,
"threshold":600000000000,
"start_date":"2021-11-01T17:22:28+02:00"
2021-12-05 09:44:10 +01:00
},
"stats":null
2021-11-06 16:33:16 +01:00
}