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:
parent
edd4f8a56c
commit
1d29caef53
1 changed files with 6 additions and 6 deletions
|
@ -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 = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue