mirror of
https://github.com/blackboxprogramming/BlackRoad-Operating-System.git
synced 2026-03-17 04:57:15 -05:00
39 lines
824 B
JSON
39 lines
824 B
JSON
{
|
|
"zones": {
|
|
"blackroad.systems": {
|
|
"records": [
|
|
{
|
|
"type": "CNAME",
|
|
"name": "core",
|
|
"target": "core.up.railway.app"
|
|
},
|
|
{
|
|
"type": "CNAME",
|
|
"name": "api",
|
|
"target": "YOUR_RAILWAY_API_URL_HERE"
|
|
},
|
|
{
|
|
"type": "CNAME",
|
|
"name": "operator",
|
|
"target": "operator.<railway-app-hash>.railway.app"
|
|
},
|
|
{
|
|
"type": "CNAME",
|
|
"name": "console",
|
|
"target": "console-production.up.railway.app"
|
|
},
|
|
{
|
|
"type": "CNAME",
|
|
"name": "docs",
|
|
"target": "docs-service.railway.app"
|
|
},
|
|
{
|
|
"type": "CNAME",
|
|
"name": "app",
|
|
"target": "blackroad.systems"
|
|
}
|
|
]
|
|
}
|
|
}
|
|
}
|