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 6110543 commit 55ce6edCopy full SHA for 55ce6ed
config/environment.js
@@ -50,7 +50,11 @@ module.exports = function(environment) {
50
}
51
52
if (environment === 'production') {
53
- // here you can enable a production-specific feature
+ ENV.ONEAUTH = {
54
+ clientID: "7023763625",
55
+ callbackURL: "http://troublemaker.codingblocks.com/callback"
56
+ }
57
+ ENV.apiHost = 'http://troublemaker-api.codingblocks.com/'
58
59
60
return ENV;
0 commit comments