Fixing API link to HTTPS
authorDavid Négrier <d.negrier@thecodingmachine.com>
Wed, 22 Apr 2020 21:27:30 +0000 (23:27 +0200)
committerDavid Négrier <d.negrier@thecodingmachine.com>
Wed, 22 Apr 2020 21:27:39 +0000 (23:27 +0200)
deeployer.libsonnet

index 105f902530007e7e1c4d416f18391743457f4182..84ea3ecac3f72552498b1efe40479f54ca8bc294 100644 (file)
@@ -23,7 +23,7 @@
       },
       "ports": [80],
       "env": {
-        "API_URL": "http://api."+namespace+".workadventure.test.thecodingmachine.com"
+        "API_URL": "https://api."+namespace+".workadventure.test.thecodingmachine.com"
       }
     }
   },