Skip to main content

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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

mete0r.recipe.localconfig-0.1.0.tar.gz (24.7 kB view details)

Uploaded Source

File details

Details for the file mete0r.recipe.localconfig-0.1.0.tar.gz.

File metadata

File hashes

Hashes for mete0r.recipe.localconfig-0.1.0.tar.gz
Algorithm Hash digest
SHA256 2929407823f61267c2a6dfafbc570a10ff4ae46139a44f564014f66e5fcd8aca
MD5 dc40ad8ba02f965bc87b8558d4392bdc
BLAKE2b-256 568b17f34d8f836f1e5f032ef147b85f13228c1cfcd87e9e23a4d67bb5638937

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page