From 5651c14f7d4014f7a99cef7e4723bcef76c858a3 Mon Sep 17 00:00:00 2001
From: Piotr Gawron <p.gawron@atcomp.pl>
Date: Thu, 13 Jun 2024 14:32:56 +0200
Subject: [PATCH] revert unintended change

---
 public/config.js | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/public/config.js b/public/config.js
index d1b1b6f4..1aed00bd 100644
--- a/public/config.js
+++ b/public/config.js
@@ -1,7 +1,7 @@
 window.config = {
-  BASE_API_URL: 'http://localhost:8080/minerva/api',
-  BASE_NEW_API_URL: 'http://localhost:8080/minerva/new_api/',
-  BASE_MAP_IMAGES_URL: 'http://localhost:8080/',
+  BASE_API_URL: 'https://lux1.atcomp.pl/minerva/api',
+  BASE_NEW_API_URL: 'https://lux1.atcomp.pl/minerva/new_api/',
+  BASE_MAP_IMAGES_URL: 'https://lux1.atcomp.pl/',
   DEFAULT_PROJECT_ID: 'pdmap_appu_test',
-  ADMIN_PANEL_URL: 'http://localhost:8080/minerva/admin.xhtml',
+  ADMIN_PANEL_URL: 'https://lux1.atcomp.pl/minerva/admin.xhtml',
 };
-- 
GitLab