-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.json.dist
41 lines (40 loc) · 1.04 KB
/
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
36
37
38
39
40
41
{
"database": {
"host": "",
"user": "",
"password": "",
"database": "",
"port": 3306,
"raise_on_warnings": true,
"autocommit": true,
"compress": false,
"charset": "utf8mb4",
"collation": "utf8mb4_unicode_ci"
},
"settings": {
"api_url": "",
"blog_url": "",
"ga_property_code": null,
"umami_analytics": {
"_enabled": false,
"url": "",
"data_website_id": "",
"data_domains": "",
"data_host_url": "",
"data_auto_track": true
},
"graphs_url": "",
"repo_url": "https://github.com/questionlp/graphs.wwdt.me",
"reports_url": "",
"site_url": "",
"time_zone": "UTC",
"mastodon_url": "",
"mastodon_user": "",
"patreon_url": "",
"github_sponsor_url": "",
"use_latest_plotly": false,
"use_decimal_scores": true,
"block_ai_scrapers": false,
"use_minified_css": false
}
}