1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-07-23 15:19:42 +02:00

upgraded to latest ember release

This commit is contained in:
Harvey Kandola 2016-10-04 15:24:21 -07:00
parent cb4dedeb37
commit 20f9272d46
28 changed files with 729 additions and 695 deletions

View file

@ -18,7 +18,8 @@ module.exports = function (environment) {
podModulePrefix: 'documize/pods',
locationType: 'auto',
environment: environment,
baseURL: '/',
rootURL: '/',
// baseURL: '/',
apiHost: '',
apiNamespace: '',
contentSecurityPolicyHeader: 'Content-Security-Policy-Report-Only',
@ -97,4 +98,4 @@ module.exports = function (environment) {
ENV.contentSecurityPolicy = null;
return ENV;
};
};