mirror of https://github.com/joho/godotenv.git
Add CI badge for windows from Appveyor.
parent
8350eb932e
commit
aab3ea4ba6
|
@ -5,7 +5,7 @@ A Go (golang) port of the Ruby dotenv project (which loads env vars from a .env
|
|||
From the original Library:
|
||||
|
||||
> Storing configuration in the environment is one of the tenets of a twelve-factor app. Anything that is likely to change between deployment environments–such as resource handles for databases or credentials for external services–should be extracted from the code into environment variables.
|
||||
>
|
||||
>
|
||||
> But it is not always practical to set environment variables on development machines or continuous integration servers where multiple projects are run. Dotenv load variables from a .env file into ENV when the environment is bootstrapped.
|
||||
|
||||
## Installation
|
||||
|
@ -101,7 +101,7 @@ Contributions are most welcome! The parser itself is pretty stupidly naive and I
|
|||
|
||||
## CI
|
||||
|
||||
[](https://app.wercker.com/project/bykey/507594c2ec7e60f19403a568dfea0f78)
|
||||
Linux: [](https://app.wercker.com/project/bykey/507594c2ec7e60f19403a568dfea0f78) Windows: [](https://ci.appveyor.com/project/joho/godotenv)
|
||||
|
||||
## Who?
|
||||
|
||||
|
|
Loading…
Reference in New Issue