Skip to content

Commit

Permalink
Deploying to gh-pages from @ ba3aef4 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
IOhacker committed Dec 19, 2024
1 parent 496f357 commit 98b5010
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions assets/env.template.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
window['env']['defaultLanguage'] = '$MIFOS_DEFAULT_LANGUAGE';
window['env']['supportedLanguages'] = '$MIFOS_SUPPORTED_LANGUAGES';

window['env']['preloadClients'] = $MIFOS_PRELOAD_CLIENTS;
window['env']['preloadClients'] = '$MIFOS_PRELOAD_CLIENTS';

// Char delimiter to Export CSV options: ',' ';' '|' ' '
window['env']['defaultCharDelimiter'] = '$MIFOS_DEFAULT_CHAR_DELIMITER';
Expand All @@ -36,7 +36,7 @@
window['env']['sessionIdleTimeout'] = '$MIFOS_SESSION_IDLE_TIMEOUT';

// OAuth Server Enabled
window['env']['oauthServerEnabled'] = $MIFOS_OAUTH_SERVER_ENABLED;
window['env']['oauthServerEnabled'] = '$MIFOS_OAUTH_SERVER_ENABLED';

// OAuth Server URL
window['env']['oauthServerUrl'] = '$MIFOS_OAUTH_SERVER_URL';
Expand Down
2 changes: 1 addition & 1 deletion main.js

Large diffs are not rendered by default.

0 comments on commit 98b5010

Please sign in to comment.