Update envar flow

This commit is contained in:
Dunemask 2021-08-21 22:20:04 -06:00
parent e02f48f358
commit c524c985c1
6 changed files with 12 additions and 34 deletions

View file

@ -46,8 +46,8 @@
},
"nodemonConfig": {
"env": {
"CAIRO_URL": "http://localhost:52000",
"NUBIAN_URL": "http://localhost:52001"
"CAIRO_PUBLIC_URL": "http://localhost:52000",
"NUBIAN_INTERNAL_URL": "http://localhost:52001"
}
}
}