Skip to content

Commit 9750cbe

Browse files
committed
changing the athena root
1 parent 219729a commit 9750cbe

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.env.development

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
VITE_ORCHESTRATOR_ROOT="/orchestrator"
2-
VITE_ATHENA_ROOT="/athena"
2+
VITE_ATHENA_ROOT="athena"
33
VITE_GRAFANA_ORG_ID=2
44
VITE_K8S_CLIENT=false
55
VITE_NODE_ENV="development"

.env.production

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
VITE_ORCHESTRATOR_ROOT="/orchestrator"
2-
VITE_ATHENA_ROOT="/athena"
2+
VITE_ATHENA_ROOT="athena"
33
VITE_GRAFANA_ORG_ID=2
44
VITE_NODE_ENV="production"
55
BASE_URL="/dashboard"

0 commit comments

Comments
 (0)