14 lines
370 B
JavaScript
14 lines
370 B
JavaScript
// Put your development configuration here.
|
|
//
|
|
// This is useful when using a separate API
|
|
// endpoint in development than in production.
|
|
//
|
|
// window.ENV.public_key = '123456'
|
|
|
|
window.ENV.APP = {
|
|
LOG_ACTIVE_GENERATION: true,
|
|
LOG_MODULE_RESOLVER: true,
|
|
LOG_TRANSITIONS: true,
|
|
LOG_TRANSITIONS_INTERNAL: true,
|
|
LOG_VIEW_LOOKUPS: true
|
|
};
|