-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathdev_config.json
39 lines (39 loc) · 945 Bytes
/
dev_config.json
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
{
"dev": true,
"server": {
"host": "localhost",
"port": 8080,
"shutdown_time": 30,
"write_timeout": 5,
"read_timeout": 5,
"hostname": "marvinblum.de",
"secure_cookies": false,
"cookie_domain_name": "marvinblum.de"
},
"content": {
"provider": "git",
"update_seconds": 30,
"repository": "https://github.com/Kugelschieber/marvinblum.git"
},
"cors": {
"origins": "*",
"loglevel": "info"
},
"sass": {
"entrypoint": "main.scss",
"dir": "assets/scss",
"watch": true,
"out": "static/web/main.css",
"out_source_map": "static/web/main.css.map"
},
"js": {
"entrypoint": "main.js",
"dir": "assets/js",
"watch": true,
"out": "static/web/main.min.js"
},
"analytics": {
"provider": "pirsch",
"client_secret": ""
}
}