mirror of
https://github.com/blackboxprogramming/BlackRoad-Operating-System.git
synced 2026-03-17 06:57:17 -05:00
Add orchestration specs and control scripts
This commit is contained in:
25
infra/env-spec.json
Normal file
25
infra/env-spec.json
Normal file
@@ -0,0 +1,25 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user