mirror of
https://github.com/documize/community.git
synced 2025-08-07 14:35:28 +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
|
@ -1,11 +1,11 @@
|
|||
// Copyright 2016 Documize Inc. <legal@documize.com>. All rights reserved.
|
||||
//
|
||||
// This software (Documize Community Edition) is licensed under
|
||||
// This software (Documize Community Edition) is licensed under
|
||||
// GNU AGPL v3 http://www.gnu.org/licenses/agpl-3.0.en.html
|
||||
//
|
||||
// You can operate outside the AGPL restrictions by purchasing
|
||||
// Documize Enterprise Edition and obtaining a commercial license
|
||||
// by contacting <sales@documize.com>.
|
||||
// by contacting <sales@documize.com>.
|
||||
//
|
||||
// https://documize.com
|
||||
|
||||
|
@ -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 = {
|
||||
|
@ -85,4 +85,4 @@ module.exports = function(environment) {
|
|||
// };
|
||||
|
||||
return ENV;
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue