diff --git a/app/components/menu-sidebar.js b/app/components/menu-sidebar.js index 2949da557..a28cf4267 100644 --- a/app/components/menu-sidebar.js +++ b/app/components/menu-sidebar.js @@ -28,8 +28,8 @@ export default class MenuSidebar extends Component { this.staticPages = staticPages; }); } - + get sofiaUrl() { - return config.sofiaUrl; // Access the sofiaUrl from config + return config.sofiaUrl; // Access the sofiaUrl from config } } diff --git a/config/environment.js b/config/environment.js index 294aa3750..687316b61 100644 --- a/config/environment.js +++ b/config/environment.js @@ -74,6 +74,7 @@ module.exports = function (environment) { ENV.clientId = '123456789'; ENV.sofiaurl = 'http://localhost:5000'; + // Disable mirage in development ENV['ember-cli-mirage'] = { enabled: false,