Skip to content

Commit

Permalink
added env variable to template for #SNRGY-2829
Browse files Browse the repository at this point in the history
  • Loading branch information
hahahannes committed Aug 31, 2023
1 parent c47e9f4 commit 4dc0bf9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/assets/env.template.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,4 @@ window["env"]["keycloakUrl"] = "${KEYCLOACK_URL}";
window["env"]["configUrl"] = "${CONFIG_URL}";
window["env"]["theme"] = "${THEME}";
window["env"]["title"] = "${TITLE}";
window["env"]["commit"] = "${COMMIT}";
3 changes: 2 additions & 1 deletion src/assets/env.template.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,5 +83,6 @@
"kongAdminProxyUrl=${KONG_ADMIN_PROXY_URL}",
"swaggerUrl=${SWAGGER_URL}",
"timescaleRuleManagerUrl=${TIMESCALE_RULE_MANAGER_URL}",
"budgetApiUrl=${BUDGET_API_URL}"
"budgetApiUrl=${BUDGET_API_URL}",
"commit=${COMMIT}"
]

0 comments on commit 4dc0bf9

Please sign in to comment.