diff --git a/config/environment.js b/config/environment.js index f10ae25..f9b1128 100644 --- a/config/environment.js +++ b/config/environment.js @@ -47,8 +47,7 @@ module.exports = function (environment) { } if (environment === 'production') { - ENV.rootURL = '/ember-data-request-service-cheat-sheet'; - ENV.locationType = 'hash'; + // production config } return ENV;