diff --git a/servers/legion/k8s/neuron-technologies/stage/configmap.yaml b/servers/legion/k8s/neuron-technologies/stage/configmap.yaml index 122d743..c3798b2 100644 --- a/servers/legion/k8s/neuron-technologies/stage/configmap.yaml +++ b/servers/legion/k8s/neuron-technologies/stage/configmap.yaml @@ -5,7 +5,8 @@ metadata: namespace: neuron-stage data: SPRING_PROFILES_ACTIVE: "stage" - NEURON_DB_PATH: "/data/neuron-stage.db" + NEURON_DATA_DIR: "/data" + NEURON_DB_PATH: "/data/neuron.db" NEURON_STORAGE_PATH: "/data" SERVER_TOMCAT_ACCESSLOG_ENABLED: "true" # Stage: extended for pre-prod verification, not fully open