From 31b63ba1d9101693c0fd8553fcdc16dda0140fc3 Mon Sep 17 00:00:00 2001
From: Christian Schiffer <c.schiffer@fz-juelich.de>
Date: Fri, 21 Feb 2025 10:47:16 +0100
Subject: [PATCH] fixed import path

---
 atlas_server/src/config.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/atlas_server/src/config.py b/atlas_server/src/config.py
index 3bff151..491fac3 100644
--- a/atlas_server/src/config.py
+++ b/atlas_server/src/config.py
@@ -7,7 +7,7 @@ DATABASE_PORT = 27017
 DATABASE_NAME = "atlas_ui_db"
 DATABASE_USERNAME = "root"
 DATABASE_PASSWORD = "root"
-TILE_SERVER_OUTPUT_DIR = "/import/bigbrains/personal/schiffer1/atlasui/work_dir/"
+TILE_SERVER_OUTPUT_DIR = "/p/data1/bigbrains/personal/schiffer1/atlasui/work_dir/"
 TILE_SERVER_HOST = "http://ime262.ime.kfa-juelich.de:8200"
 # ATLAS_CONTROLLER_URL = "http://medpc076.ime.kfa-juelich.de:8000/api"
 # This is the IP of the docker host machine (see https://stackoverflow.com/a/48547074)
-- 
GitLab