Skip to content

Commit

Permalink
Adjust environment urls
Browse files Browse the repository at this point in the history
  • Loading branch information
saterus committed May 8, 2015
1 parent a875c96 commit 2052d24
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/environment.js
Expand Up @@ -40,7 +40,7 @@ module.exports = function(environment) {
}

if (environment === 'staging') {
ENV.apiHost = "http://t2api-staging.neo.com"
ENV.apiHost = "http://api.t2-staging.mutuallyhuman.com"
}

if (environment === 'test') {
Expand All @@ -57,7 +57,7 @@ module.exports = function(environment) {
}

if (environment === 'production') {
ENV.apiHost = "http://t2.neo.com"
ENV.apiHost = "http://api.t2.mutuallyhuman.com"
ENV.navBarUrl = "/api/v1/navbar"

ENV.contentSecurityPolicy['connect-src'] = "'self' https://api.mixpanel.com http://custom-api.local";
Expand Down

0 comments on commit 2052d24

Please sign in to comment.