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

localhost

This commit is contained in:
Harvey Kandola 2016-06-16 10:07:41 -07:00
parent d554af189b
commit 12db5fe0ae

View file

@ -52,7 +52,7 @@ module.exports = function(environment) {
}; };
ENV.apiHost = "https://localhost:5001"; ENV.apiHost = "https://localhost:5001";
ENV.apiHost = "https://demo1.dev:5001"; // ENV.apiHost = "https://demo1.dev:5001";
} }
if (environment === 'test') { if (environment === 'test') {