From e3771d36cedc1b81841d41c513340cef06dc7047 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C5=91cze=20Bence?= Date: Sat, 20 Mar 2021 21:21:40 +0100 Subject: [PATCH] MAPG-203 use MULTI_WS_URL environment variable --- .env.example | 2 +- views/game.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.env.example b/.env.example index 4130876..512f904 100644 --- a/.env.example +++ b/.env.example @@ -17,5 +17,5 @@ GOOGLE_OAUTH_CLIENT_SECRET=your_google_oauth_client_secret GOOGLE_ANALITICS_ID=your_google_analytics_id MULTI_INTERNAL_HOST=multi MULTI_INTERNAL_PORT=5000 -MULTI_WS_HOST=mapguesser-dev.ch +MULTI_WS_URL=mapguesser-dev.ch:8090 MULTI_WS_PORT=8090 diff --git a/views/game.php b/views/game.php index 10acef6..ec29bfd 100644 --- a/views/game.php +++ b/views/game.php @@ -59,7 +59,7 @@ @section(pageScript) -- 2.45.2