-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathaetherlink_config.json
53 lines (53 loc) · 1.07 KB
/
aetherlink_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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
{
"apps": {
"http": {
"servers": {
"aetherlink": {
"listen": [":443"],
"routes": [],
"automatic_https": {
"disable": false,
"disable_redirects": false
},
"timeouts": {
"read_body": "10s",
"read_header": "10s",
"write": "30s",
"idle": "120s"
},
"logs": {
"default": {
"level": "INFO",
"format": "json",
"output": "file",
"filename": "logs/aetherlink_access.log"
}
},
"metrics": {
"enable": true,
"path": "/metrics"
}
}
}
}
},
"admin": {
"disabled": false,
"listen": "127.0.0.1:2019",
"enforce_origin": false,
"origins": ["127.0.0.1"]
},
"logging": {
"logs": {
"default": {
"level": "INFO",
"format": "json",
"output": "file",
"filename": "logs/aetherlink.log"
}
}
},
"storage": {
"root": "data"
}
}