's'
This commit is contained in:
21
live-platform/config/defaults/system.json
Normal file
21
live-platform/config/defaults/system.json
Normal file
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"version": 1,
|
||||
"platform": {
|
||||
"arch": "auto",
|
||||
"description": "auto = detect via uname -m (aarch64/arm64/x86_64)"
|
||||
},
|
||||
"identity": {
|
||||
"hostname_alias": "live",
|
||||
"mdns_enabled": true
|
||||
},
|
||||
"paths": {
|
||||
"state_dir": "/opt/live/state",
|
||||
"logs_dir": "/opt/live/logs",
|
||||
"generated_dir": "/opt/live/generated"
|
||||
},
|
||||
"web_console": {
|
||||
"api_port": 8001,
|
||||
"public_host": "live.local",
|
||||
"note": "生产环境由 Caddy :80 反代到静态资源与 API"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user