1
0
mirror of https://github.com/astaxie/beego.git synced 2025-01-22 19:17:13 +00:00
Faissal Elamraoui fbc9f8e640 Package env for working with env variables inside Beego
The package env makes it trivial to work with environment variables.
It allows getting values with defaults as a fallback.
New ENV variables can be set safely on the current process environment.
2017-01-13 18:10:25 +01:00
..