Updated default variables
This commit is contained in:
parent
d18946680b
commit
7c97fe7064
3 changed files with 3 additions and 3 deletions
|
@ -1 +1,2 @@
|
||||||
|
PORT=52026
|
||||||
REACT_APP_CAIRO_URL=http://localhost:52000
|
REACT_APP_CAIRO_URL=http://localhost:52000
|
||||||
|
|
|
@ -1,2 +1 @@
|
||||||
PORT=52026
|
REACT_APP_CAIRO_URL=http://localhost:52000
|
||||||
REACT_APP_CAIRO_URL=https://cairo.dunestorm.net
|
|
||||||
|
|
|
@ -13,7 +13,7 @@ services:
|
||||||
- "52001:52001"
|
- "52001:52001"
|
||||||
environment:
|
environment:
|
||||||
- ALEXANDRIA_DATABASE_PASSWORD=${ALEXANDRIA_DATABASE_PASSWORD}
|
- ALEXANDRIA_DATABASE_PASSWORD=${ALEXANDRIA_DATABASE_PASSWORD}
|
||||||
- CAIRO_URL=http://cairo.dunestorm.net:52000
|
- CAIRO_URL=http://localhost:52000
|
||||||
|
|
||||||
khufu.dunestorm.net:
|
khufu.dunestorm.net:
|
||||||
image: khufu.dunestorm.net
|
image: khufu.dunestorm.net
|
||||||
|
|
Reference in a new issue