Skip to content

Commit

Permalink
ref(legacy): update entrypoint & gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
laurentC35 committed Jan 7, 2025
1 parent a1862e5 commit 8fee9d2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,4 @@ reports*
.history/*
.history*
package-lock.json
.__mf__temp
1 change: 1 addition & 0 deletions entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
echo "window._env_['API_URL'] = '$API_URL';" >> /usr/share/nginx/html/env-config.js
echo "window._env_['ACTIVE_NAMESPACES'] = '$ACTIVE_NAMESPACES';" >> /usr/share/nginx/html/env-config.js
echo "window._env_['PUBLIC_ENEMY_URL'] = '$PUBLIC_ENEMY_URL';" >> /usr/share/nginx/html/env-config.js
echo "window._env_['TROMBI_URL'] = '$TROMBI_URL';" >> /usr/share/nginx/html/env-config.js
echo "window._env_['AUTH_TYPE'] = '$AUTH_TYPE';" >> /usr/share/nginx/html/env-config.js
echo "window._env_['OIDC_AUTHORITY'] = '$OIDC_AUTHORITY';" >> /usr/share/nginx/html/env-config.js
echo "window._env_['OIDC_CLIENT_ID'] = '$OIDC_CLIENT_ID';" >> /usr/share/nginx/html/env-config.js
Expand Down

0 comments on commit 8fee9d2

Please sign in to comment.