From 5dc9cb0fbd8f7f73d9cbb0c974f5b54d174e6d36 Mon Sep 17 00:00:00 2001 From: Hunter Long Date: Fri, 6 Jul 2018 11:38:29 -0700 Subject: [PATCH] Updated Config with .env File (markdown) --- Config-with-.env-File.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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