summaryrefslogtreecommitdiff
path: root/src/config.json.example
blob: 125484ba25f5bc98fed1f3ef6077cbc176b9f5eb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
	"db_driver": "",
	"db_dbname": "",
	"db_host": "",
	"db_port": "",
	"db_user": "",
	"db_password": "",
	"db_options": "",

	"user_agent": "",
	"delay": 0,

	"access_token": "",
	"refresh_token": "",

	"debug": false
}