22 lines
486 B
JSON
22 lines
486 B
JSON
{
|
|
"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"
|
|
}
|
|
}
|