From e1197c5a6cbe68d7b5ed6961443d5ca78e10ce2a Mon Sep 17 00:00:00 2001 From: Ulf Gebhardt Date: Tue, 28 Sep 2021 13:44:05 +0200 Subject: [PATCH 1/2] removed LOGIN_API_URL & COMMUNITY_API_URL from frontend config --- frontend/src/config/index.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/frontend/src/config/index.js b/frontend/src/config/index.js index 54c2c7aeb..96f7795ce 100644 --- a/frontend/src/config/index.js +++ b/frontend/src/config/index.js @@ -18,8 +18,6 @@ const environment = { } const server = { - LOGIN_API_URL: process.env.LOGIN_API_URL || 'http://localhost/login_api/', - COMMUNITY_API_URL: process.env.COMMUNITY_API_URL || 'http://localhost/api/', GRAPHQL_URI: process.env.GRAPHQL_URI || 'http://localhost:4000/graphql', } From 01abcce931776d98a95074ff14dbf12ae47f319b Mon Sep 17 00:00:00 2001 From: Ulf Gebhardt Date: Tue, 28 Sep 2021 13:44:30 +0200 Subject: [PATCH 2/2] removed LOGIN_API_URL & COMMUNITY_API_URL from .env.dist --- frontend/.env.dist | 2 -- 1 file changed, 2 deletions(-) diff --git a/frontend/.env.dist b/frontend/.env.dist index 1252faf5b..a7d67f970 100644 --- a/frontend/.env.dist +++ b/frontend/.env.dist @@ -1,5 +1,3 @@ -LOGIN_API_URL=http://localhost/login_api/ -COMMUNITY_API_URL=http://localhost/api/ ALLOW_REGISTER=true GRAPHQL_URI=http://localhost:4000/graphql //BUILD_COMMIT=0000000 \ No newline at end of file