connectholland/env-var-loader-bundle

A symfony 5 bundle with various environment variable loaders

dev-master 2020-04-23 12:18 UTC

This package is auto-updated.

Last update: 2024-03-23 21:17:50 UTC


README

A symfony 5 bundle with various environment variable loaders

Install

composer require connectholland/env-var-loader-bundle

Configure

An example configuration is installed by symfony recipes in config/packages/env_var_loader.yaml.

Enable the loaders you need, by default all loaders are disabled.

env_var_loader:
  loaders:
    etcd:
      enabled: true
    vault:
      enabled: false