mirror of
https://github.com/blackboxprogramming/BlackRoad-Operating-System.git
synced 2026-03-17 06:57:17 -05:00
26 lines
360 B
JSON
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"
|
|
}
|
|
}
|