From 8f0ab646a5071fb55dd4bee4ef31844de21f7dbc Mon Sep 17 00:00:00 2001 From: Hunter Long Date: Tue, 14 Apr 2020 08:35:41 -0700 Subject: [PATCH] Updated Environment Variables (markdown) --- Environment-Variables.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Environment-Variables.md b/Environment-Variables.md index 4d8dd60..512b04e 100644 --- a/Environment-Variables.md +++ b/Environment-Variables.md @@ -12,7 +12,7 @@ This page will list all environment variables that could be passed into Statping - `ALLOW_REPORTS` - Send Statping anonymous error reports so we can see issues (default is false) ### Database -- `DB_CONN` - Automatic Database connection (sqlite, postgres, mysql) **Will automatically start if set to 'sqlite'** +- `DB_CONN` - Database connection (sqlite, postgres, mysql) **Will automatically start if set to 'sqlite'** - `DB_HOST` - Database hostname or IP address - `DB_USER` - Database username - `DB_PASS` - Database password