gottdad/config.sample.json

20 lines
450 B
JSON

{
"server":{
"addr":"localhost:3977",
"passwd":"passwd"
},
"telegram":{
"admin_id":1,
"chat_id":-1,
"url":"https://api.telegram.org",
"token":""
},
"game":{
"daily_allotment":1200000000000,
"starting_allotment":6000000000000,
"threshold":600000000000,
"start_date":"2021-11-01T17:22:28+02:00"
},
"stats_monthly":null,
"stats_daily":null
}