Updated Config with .env File (markdown)

master
Hunter Long 2018-07-06 11:38:29 -07:00
parent adac62d251
commit 5dc9cb0fbd
1 changed files with 1 additions and 1 deletions

@ -2,7 +2,7 @@ It may be useful to load your environment using a `.env` file in the root direct
If you have the `DB_CONN` environment variable set Statup will bypass all values in config.yml and will require you to have the other DB_* variables in place.
###### `.env` File
## `.env` File
```bash
DB_CONN=postgres
DB_HOST=0.0.0.0