From 6cafab8c8c91eea8f6d00a1ddd38fc42e0eebbfe Mon Sep 17 00:00:00 2001 From: MeYoGui Date: Sat, 16 May 2020 21:27:14 -0400 Subject: [PATCH] Correcting typo as : ADMIN_PASS was not used by connection.go:87 but ADMIN_PASSWORD is the correct environment variable name --- Environment-Variables.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Environment-Variables.md b/Environment-Variables.md index bfed646..46bacc5 100644 --- a/Environment-Variables.md +++ b/Environment-Variables.md @@ -40,6 +40,6 @@ This page will list all environment variables that could be passed into Statping - `DESCRIPTION` - Set a description for the Statping status page - `DOMAIN` - Set a URL for the Statping status page - `ADMIN_USER` - Username for administrator account (default: admin) -- `ADMIN_PASS` - Password for administrator account (default: admin) +- `ADMIN_PASSWORD` - Password for administrator account (default: admin) - `API_SECRET` - Set a custom API Secret for API Authentication - `SAMPLE_DATA` - Insert sample services, groups and more (default: true) \ No newline at end of file