1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-08-10 07:55:25 +02:00

change test url back to localhost

This commit is contained in:
Harvey Kandola 2016-05-19 16:09:07 -07:00
parent edd4f8a56c
commit 1d29caef53

View file

@ -33,7 +33,7 @@ module.exports = function(environment) {
ENV.APP.LOG_TRANSITIONS_INTERNAL = true;
ENV.apiHost = "https://localhost:5001";
ENV.apiHost = "https://demo1.dev:5001";
// ENV.apiHost = "https://demo1.dev:5001";
}
if (environment === 'test') {
@ -49,7 +49,8 @@ module.exports = function(environment) {
// ENV.locationType = 'none';
// ENV.APP.rootElement = '#ember-testing';
ENV.apiHost = "https://demo1.dev:5001";
ENV.apiHost = "https://localhost:5001";
// ENV.apiHost = "https://demo1.dev:5001";
}
if (environment === 'production') {
@ -63,7 +64,6 @@ module.exports = function(environment) {
}
ENV.apiNamespace = "api";
ENV.contentSecurityPolicy = null;
// ENV.contentSecurityPolicy = {