Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasantarella committed Mar 19, 2023
1 parent c9fcf35 commit 5888b94
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion env-config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
const mountUrl = process.env.MOUNT_URL ? process.env.MOUNT_URL : '';
const assetsPrefix = process.env.ASSET_PREFIX ? process.env.ASSET_PREFIX : '';
const staticSssetsPrefix = process.env.STATIC_ASSET_PREFIX ? process.env.STATIC_ASSET_PREFIX : '';
const staticSssetsPrefix = process.env.STATIC_ASSET_PREFIX
? process.env.STATIC_ASSET_PREFIX
: '';
const loginUrl = process.env.LOGIN_URL ? process.env.LOGIN_URL : '/login';

module.exports = {
Expand Down

0 comments on commit 5888b94

Please sign in to comment.