Open mwarkentin opened 7 years ago
*_URL
DATABASE_URL
CACHE_URL
CACHE_URL=redis://stage.example.com:6379/0 DATABASE_URL=postgres://username:password@stage.example.com:5432/database FOO=BAR
$ yuri --environment | jq { "CACHE_URL": { "Scheme": "redis", "Opaque": "", "User": {}, "Host": "stage.example.com:6379", "Path": "/0", "RawPath": "", "ForceQuery": false, "RawQuery": "", "Fragment": "" }, "DATABASE_URL": { "Scheme": "postgres", "Opaque": "", "User": {}, "Host": "stage.example.com:5432", "Path": "/0", "RawPath": "", "ForceQuery": false, "RawQuery": "", "Fragment": "" } }
*_URL
environment variables (eg.DATABASE_URL
,CACHE_URL
Design ideas
Environment
Output