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 af6fe0d commit 3304f58Copy full SHA for 3304f58
config/environment.js
@@ -57,9 +57,9 @@ module.exports = function(environment) {
57
if (environment === 'production') {
58
ENV.ONEAUTH = {
59
clientID: "7023763625",
60
- callbackURL: "http://troublemaker.codingblocks.com/callback"
+ callbackURL: "https://troublemaker.codingblocks.com/callback"
61
}
62
- ENV.apiHost = 'http://troublemaker-api.codingblocks.com'
+ ENV.apiHost = 'https://troublemaker-api.codingblocks.com'
63
ENV.sentry.development = false
64
65
0 commit comments