Skip to content

Commit 647ee8b

Browse files
committed
revert: custom environment
1 parent faabfd6 commit 647ee8b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

config/environment.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@ module.exports = function(environment) {
3636
// ENV.APP.LOG_VIEW_LOOKUPS = true;
3737
ENV.ONEAUTH = {
3838
clientID: "2636937167",
39-
callbackURL: "http://test.troublemaker/callback"
39+
callbackURL: process.env.ONEAUTH_CALLBACK_URL || "http://localhost:4200/callback"
4040
}
41-
ENV.apiHost = 'http://test.troublemakerbackend'
41+
ENV.apiHost = process.env.API_HOST || 'http://localhost:8080'
4242
ENV.sentry.development = true
4343
}
4444

0 commit comments

Comments
 (0)