Fixing hosts in deeployer config
authorDavid Négrier <d.negrier@thecodingmachine.com>
Sat, 11 Apr 2020 10:27:03 +0000 (12:27 +0200)
committerDavid Négrier <d.negrier@thecodingmachine.com>
Sat, 11 Apr 2020 10:27:03 +0000 (12:27 +0200)
deeployer.json

index 7e0e4984c8340a4ae5b61fcb029bee12585f4dfe..930e6f371b678a8f4875fe6c1cb3637e8024f721 100644 (file)
@@ -3,7 +3,7 @@
   "containers": {
      "back": {
        "image": "thecodingmachine/workadventure-back:cd",
-       "host": "http://api.workadventure.test.thecodingmachine.com",
+       "host": "api.workadventure.test.thecodingmachine.com",
        "ports": [8080],
        "env": {
          "SECRET_KEY": "tempSecretKeyNeedsToChange"
@@ -11,7 +11,7 @@
      },
     "front": {
       "image": "thecodingmachine/workadventure-front:cd",
-      "host": "http://workadventure.test.thecodingmachine.com",
+      "host": "workadventure.test.thecodingmachine.com",
       "ports": [80],
       "env": {
         "API_URL": "http://api.workadventure.test.thecodingmachine.com"