-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.json.dist
35 lines (35 loc) · 912 Bytes
/
config.json.dist
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
"database": {
"host": "",
"user": "",
"password": "",
"database": "",
"port": 3306,
"use_pool": true,
"pool_name": "wwdtm_api",
"pool_size": 10,
"raise_on_warnings": true,
"autocommit": true,
"compress": false,
"charset": "utf8mb4",
"collation": "utf8mb4_unicode_ci",
"time_zone": "America/Los_Angeles"
},
"settings": {
"stats_url": "https://stats.wwdt.me/",
"contact_email": "",
"contact_name": "",
"contact_url": "",
"patreon_url": "",
"github_sponsor_url": "",
"use_decimal_scores": false,
"umami_analytics": {
"_enabled": false,
"url": "",
"data_website_id": "",
"data_domains": "",
"data_host_url": "",
"data_auto_track": true
}
}
}