diff --git a/Config-with-.env-File.md b/Config-with-.env-File.md index d12c6af..00b16e0 100644 --- a/Config-with-.env-File.md +++ b/Config-with-.env-File.md @@ -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