override default config with local files
Project description
mete0r.recipe.localconfig
override default config with local files
example:
[buildout] parts = config [config] recipe = mete0r.recipe.localconfig localconfig.path = local-config.json foo = default-value [deploy] recipe = some-recipe-to-deploy option = ${config:foo}
local-config.json:
{ "foo": "local-value" }
Options
localconfig.path (required)
path to external config file.
localconfig.required (optional, default: false)
whether the external config file should exists
Changes
0.1.0 (2015-07-09)
Initial release.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Close
Hashes for mete0r.recipe.localconfig-0.1.0.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2929407823f61267c2a6dfafbc570a10ff4ae46139a44f564014f66e5fcd8aca |
|
MD5 | dc40ad8ba02f965bc87b8558d4392bdc |
|
BLAKE2b-256 | 568b17f34d8f836f1e5f032ef147b85f13228c1cfcd87e9e23a4d67bb5638937 |