Fixing hosts in deeployer config
This commit is contained in:
parent
fd4d8dc651
commit
7b51f734c5
@ -3,7 +3,7 @@
|
|||||||
"containers": {
|
"containers": {
|
||||||
"back": {
|
"back": {
|
||||||
"image": "thecodingmachine/workadventure-back:cd",
|
"image": "thecodingmachine/workadventure-back:cd",
|
||||||
"host": "http://api.workadventure.test.thecodingmachine.com",
|
"host": "api.workadventure.test.thecodingmachine.com",
|
||||||
"ports": [8080],
|
"ports": [8080],
|
||||||
"env": {
|
"env": {
|
||||||
"SECRET_KEY": "tempSecretKeyNeedsToChange"
|
"SECRET_KEY": "tempSecretKeyNeedsToChange"
|
||||||
@ -11,7 +11,7 @@
|
|||||||
},
|
},
|
||||||
"front": {
|
"front": {
|
||||||
"image": "thecodingmachine/workadventure-front:cd",
|
"image": "thecodingmachine/workadventure-front:cd",
|
||||||
"host": "http://workadventure.test.thecodingmachine.com",
|
"host": "workadventure.test.thecodingmachine.com",
|
||||||
"ports": [80],
|
"ports": [80],
|
||||||
"env": {
|
"env": {
|
||||||
"API_URL": "http://api.workadventure.test.thecodingmachine.com"
|
"API_URL": "http://api.workadventure.test.thecodingmachine.com"
|
||||||
|
Loading…
Reference in New Issue
Block a user