docker_manager/assets/docker-manager-config.js

19 lines
506 B
JavaScript

// Put general configuration here. This file is included
// in both production and development BEFORE Ember is
// loaded.
//
// For example to enable a feature on a canary build you
// might do:
//
// window.ENV = {FEATURES: {'with-controller': true}};
window.ENV = window.ENV || {};
window.ENV.MODEL_FACTORY_INJECTIONS = true;
// Put your production configuration here.
//
// This is useful when using a separate API
// endpoint in development than in production.
//
// window.ENV.public_key = '123456'