mirror of
https://github.com/joho/godotenv.git
synced 2025-06-20 19:06:03 +00:00
commit
0da8ce72f0
@ -110,9 +110,9 @@ content := getRemoteFileContent()
|
|||||||
myEnv, err := godotenv.Unmarshal(content)
|
myEnv, err := godotenv.Unmarshal(content)
|
||||||
```
|
```
|
||||||
|
|
||||||
### Precendence & Conventions
|
### Precedence & Conventions
|
||||||
|
|
||||||
Existing envs take precendence of envs that are loaded later.
|
Existing envs take precedence of envs that are loaded later.
|
||||||
|
|
||||||
The [convention](https://github.com/bkeepers/dotenv#what-other-env-files-can-i-use)
|
The [convention](https://github.com/bkeepers/dotenv#what-other-env-files-can-i-use)
|
||||||
for managing multiple environments (i.e. development, test, production)
|
for managing multiple environments (i.e. development, test, production)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user