decide.nolog.cz/config/environment.js

72 lines
1.6 KiB
JavaScript
Raw Normal View History

'use strict';
2014-10-30 21:44:22 +01:00
module.exports = function(environment) {
2018-12-29 01:27:37 +01:00
let ENV = {
2014-10-30 21:44:22 +01:00
modulePrefix: 'croodle',
2018-12-29 01:27:37 +01:00
environment,
rootURL: '',
2014-11-01 18:00:46 +01:00
locationType: 'hash',
2018-12-29 01:27:37 +01:00
EmberENV: {
FEATURES: {
// Here you can enable experimental features on an ember canary build
// e.g. EMBER_NATIVE_DECORATOR_SUPPORT: true
2018-12-29 01:27:37 +01:00
},
EXTEND_PROTOTYPES: {
Array: true,
Date: false,
String: false,
Function: true
}
},
2014-10-30 21:44:22 +01:00
APP: {
// Here you can pass flags/options to your application instance
// when it is created
},
2015-11-20 02:18:19 +01:00
contentSecurityPolicy: {
'default-src': "'none'",
'script-src': "'self'",
'font-src': "'self'",
'connect-src': "'self'",
'img-src': "'self' data:",
'style-src': "'self'",
'media-src': "'none'",
2015-08-01 11:41:41 +02:00
},
contentSecurityPolicyMeta: true,
2015-08-01 11:41:41 +02:00
moment: {
Add Norwegian language and other updates from Weblate (#446) * Translated using Weblate (Catalan) Currently translated at 94.3% (133 of 141 strings) Translated using Weblate (Italian) Currently translated at 100.0% (141 of 141 strings) Translated using Weblate (Spanish) Currently translated at 100.0% (141 of 141 strings) Translated using Weblate (German) Currently translated at 100.0% (141 of 141 strings) Translated using Weblate (Catalan) Currently translated at 100.0% (141 of 141 strings) Co-authored-by: Jeldrik Hanschke <admin@jhanschke.de> Translate-URL: https://hosted.weblate.org/projects/croodle/client/ca/ Translate-URL: https://hosted.weblate.org/projects/croodle/client/de/ Translate-URL: https://hosted.weblate.org/projects/croodle/client/es/ Translate-URL: https://hosted.weblate.org/projects/croodle/client/it/ Translation: Croodle/client * Translated using Weblate (Italian) Currently translated at 100.0% (141 of 141 strings) Translated using Weblate (French) Currently translated at 100.0% (141 of 141 strings) Translated using Weblate (Spanish) Currently translated at 95.7% (135 of 141 strings) Translated using Weblate (German) Currently translated at 100.0% (141 of 141 strings) Translated using Weblate (Italian) Currently translated at 100.0% (141 of 141 strings) Translated using Weblate (French) Currently translated at 100.0% (141 of 141 strings) Translated using Weblate (German) Currently translated at 100.0% (141 of 141 strings) Co-authored-by: J. Lavoie <j.lavoie@net-c.ca> Translate-URL: https://hosted.weblate.org/projects/croodle/client/de/ Translate-URL: https://hosted.weblate.org/projects/croodle/client/es/ Translate-URL: https://hosted.weblate.org/projects/croodle/client/fr/ Translate-URL: https://hosted.weblate.org/projects/croodle/client/it/ Translation: Croodle/client * Translated using Weblate (Norwegian Bokmål) Currently translated at 75.8% (107 of 141 strings) Translated using Weblate (English) Currently translated at 100.0% (141 of 141 strings) Added translation using Weblate (Norwegian Bokmål) Co-authored-by: Allan Nordhøy <epost@anotheragency.no> Translate-URL: https://hosted.weblate.org/projects/croodle/client/en/ Translate-URL: https://hosted.weblate.org/projects/croodle/client/nb_NO/ Translation: Croodle/client * Translated using Weblate (Spanish) Currently translated at 95.7% (135 of 141 strings) Translated using Weblate (German) Currently translated at 100.0% (141 of 141 strings) Co-authored-by: Jeldrik Hanschke <admin@jhanschke.de> Translate-URL: https://hosted.weblate.org/projects/croodle/client/de/ Translate-URL: https://hosted.weblate.org/projects/croodle/client/es/ Translation: Croodle/client * Translated using Weblate (English) Currently translated at 100.0% (141 of 141 strings) Translation: Croodle/client Translate-URL: https://hosted.weblate.org/projects/croodle/client/en/ * Translated using Weblate (Catalan) Currently translated at 94.3% (133 of 141 strings) Translation: Croodle/client Translate-URL: https://hosted.weblate.org/projects/croodle/client/ca/ * Translated using Weblate (German) Currently translated at 100.0% (141 of 141 strings) Translation: Croodle/client Translate-URL: https://hosted.weblate.org/projects/croodle/client/de/ * Translated using Weblate (Spanish) Currently translated at 95.7% (135 of 141 strings) Translation: Croodle/client Translate-URL: https://hosted.weblate.org/projects/croodle/client/es/ * Translated using Weblate (French) Currently translated at 100.0% (141 of 141 strings) Translation: Croodle/client Translate-URL: https://hosted.weblate.org/projects/croodle/client/fr/ * Translated using Weblate (Italian) Currently translated at 100.0% (141 of 141 strings) Translation: Croodle/client Translate-URL: https://hosted.weblate.org/projects/croodle/client/it/ * Translated using Weblate (Norwegian Bokmål) Currently translated at 75.8% (107 of 141 strings) Translation: Croodle/client Translate-URL: https://hosted.weblate.org/projects/croodle/client/nb_NO/ * integrate norwegian locale Co-authored-by: J. Lavoie <j.lavoie@net-c.ca> Co-authored-by: Allan Nordhøy <epost@anotheragency.no>
2020-10-18 22:11:19 +02:00
includeLocales: ['ca', 'de', 'en-gb', 'es', 'fr', 'it', 'nb'],
includeTimezone: 'subset'
2015-11-20 02:18:19 +01:00
},
2014-10-30 21:44:22 +01:00
};
2018-12-29 01:27:37 +01:00
if (environment === 'development') {
// ENV.APP.LOG_RESOLVER = true;
// ENV.APP.LOG_ACTIVE_GENERATION = true;
// ENV.APP.LOG_TRANSITIONS = true;
// ENV.APP.LOG_TRANSITIONS_INTERNAL = true;
// ENV.APP.LOG_VIEW_LOOKUPS = true;
}
2014-10-30 21:44:22 +01:00
if (environment === 'test') {
ENV.rootURL = '/';
2014-10-30 21:44:22 +01:00
// Testem prefers this...
2018-12-29 01:27:37 +01:00
ENV.locationType = 'none';
2014-07-06 17:37:54 +02:00
2014-10-30 21:44:22 +01:00
// keep test console output quieter
ENV.APP.LOG_ACTIVE_GENERATION = false;
ENV.APP.LOG_VIEW_LOOKUPS = false;
ENV.APP.rootElement = '#ember-testing';
2018-12-29 01:27:37 +01:00
ENV.APP.autoboot = false;
}
if (environment === 'production') {
// here you can enable a production-specific feature
2014-10-30 21:44:22 +01:00
}
return ENV;
};