Files
blackroad-operating-system/infra/env-spec.json
2025-11-21 00:29:19 -06:00

26 lines
360 B
JSON

{
"core": {
"PORT": "8080"
},
"api": {
"PORT": "8080",
"CORE_URL": "https://core.blackroad.systems"
},
"agents": {
"PORT": "8080"
},
"operator": {
"PORT": "8080"
},
"console": {
"PORT": "8080",
"API_URL": "https://api.blackroad.systems"
},
"web": {
"PORT": "8080"
},
"docs": {
"PORT": "8080"
}
}