We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent faabfd6 commit 647ee8bCopy full SHA for 647ee8b
config/environment.js
@@ -36,9 +36,9 @@ module.exports = function(environment) {
36
// ENV.APP.LOG_VIEW_LOOKUPS = true;
37
ENV.ONEAUTH = {
38
clientID: "2636937167",
39
- callbackURL: "http://test.troublemaker/callback"
+ callbackURL: process.env.ONEAUTH_CALLBACK_URL || "http://localhost:4200/callback"
40
}
41
- ENV.apiHost = 'http://test.troublemakerbackend'
+ ENV.apiHost = process.env.API_HOST || 'http://localhost:8080'
42
ENV.sentry.development = true
43
44
0 commit comments