Skip to content

Commit

Permalink
temp config setting
Browse files Browse the repository at this point in the history
gsfk committed Sep 10, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 48adb35 commit 35eddf9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/js/config.ts
Original file line number Diff line number Diff line change
@@ -19,7 +19,7 @@ export const TRANSLATED = BENTO_PUBLIC_CONFIG.TRANSLATED ?? process.env.BENTO_PU
export const BEACON_URL = BENTO_PUBLIC_CONFIG.BEACON_URL ?? process.env.BEACON_URL;
export const BEACON_NETWORK_URL = BEACON_URL + "/network"
export const BEACON_UI_ENABLED = BENTO_PUBLIC_CONFIG.BEACON_UI_ENABLED ?? process.env.BENTO_BEACON_UI_ENABLED;
export const BEACON_NETWORK_UI_ENABLED = true; //TODO
export const BEACON_NETWORK_ENABLED = true; //TODO

// Authentication
export const PUBLIC_URL = BENTO_PUBLIC_CONFIG.PUBLIC_URL ?? process.env.BENTO_PUBLIC_URL ?? '';

0 comments on commit 35eddf9

Please sign in to comment.