Skip to content

Commit 55ce6ed

Browse files
committed
add prod env vars
1 parent 6110543 commit 55ce6ed

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

config/environment.js

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,11 @@ module.exports = function(environment) {
5050
}
5151

5252
if (environment === 'production') {
53-
// here you can enable a production-specific feature
53+
ENV.ONEAUTH = {
54+
clientID: "7023763625",
55+
callbackURL: "http://troublemaker.codingblocks.com/callback"
56+
}
57+
ENV.apiHost = 'http://troublemaker-api.codingblocks.com/'
5458
}
5559

5660
return ENV;

0 commit comments

Comments
 (0)