From: David NĂ©grier Date: Wed, 22 Apr 2020 21:27:30 +0000 (+0200) Subject: Fixing API link to HTTPS X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=321254bc2cd5f8ceed7f083d0e21dca3c89e55ae;p=libreadventure.git Fixing API link to HTTPS --- diff --git a/deeployer.libsonnet b/deeployer.libsonnet index 105f902..84ea3ec 100644 --- a/deeployer.libsonnet +++ b/deeployer.libsonnet @@ -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" } } },