Newer
Older
irc3 / config.json
{
	"environnement": {
		"EZS_TITLE": "lodex-workers-python",
		"EZS_DESCRIPTION": "Web services Python for Lodex",
		"EZS_METRICS": true,
		"EZS_CONCURRENCY": 4,
		"EZS_NSHARDS": 32,
		"EZS_CACHE": true,
		"NODE_OPTIONS": "--max_old_space_size=1024",
		"NODE_ENV": "production"
	},
	"packages": [
		"@ezs/spawn@1.1.0",
		"@ezs/analytics@1.18.4",
		"@ezs/basics@1.17.1"
	],
	"files" : {
		"#DISABLED zip": "https://gitbucket.inist.fr/tdm/web-services/archive/base-line/master.zip"
	}
}