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

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

	"debug": false
}