configo
configo copied to clipboard
12factor apps configuration manager
Hello, I have a problem to get values from Vault: Using vault client i have: ``` VAULT_TOKEN="s.7sd88sYp6pEEYSvGwHmWu5hI" vault kv get secret/helloworld ====== Metadata ====== Key Value --- ----- created_time 2020-02-18T20:40:47.252174328Z...
waffle.io is closed since May 16, 2019
Great tool! IMHO just one option missed: create son/xml file as result of parsing config sources. I have a lot of legacy code that required json/yaml config files. it would...
We are using etcd for storing configuration parameters for different services and usually, in service files, we have lines like that -e CONFIGO_SOURCE_30='{\"type\": \"etcd\", \"endpoints\": [\"http://${COREOS_PRIVATE_IPV4}:2379\"], \"prefix\": \"applications/worker-defaults/\"}' \ -e...