cms/app-client/config/environment.js
changeset 318 5564f5065f81
parent 278 f2c2c80a49f7
child 319 78990a8a069b
--- a/cms/app-client/config/environment.js	Sun Oct 02 21:43:05 2016 +0200
+++ b/cms/app-client/config/environment.js	Mon Oct 03 16:32:41 2016 +0200
@@ -6,6 +6,7 @@
         modulePrefix: 'app-client',
         environment: environment,
         rootURL: '/corpus/',
+        backRootURL: '/corpus/',
         locationType: 'hash',
         EmberENV: {
             FEATURES: {
@@ -33,6 +34,7 @@
     }
     if (environment === 'test') {
         ENV.rootURL = '/';
+        ENV.backRootURL = '/';
         ENV.locationType = 'none';
         ENV.APP.LOG_ACTIVE_GENERATION = false;
         ENV.APP.LOG_VIEW_LOOKUPS = false;
@@ -42,4 +44,4 @@
         ENV.APP.baseStatic = '/modules/corpus/app-client/';
     }
     return ENV;
-};
\ No newline at end of file
+};