Correcting typo as : ADMIN_PASS was not used by connection.go:87 but ADMIN_PASSWORD is the correct environment variable name

master
MeYoGui 2020-05-16 21:27:14 -04:00
parent 44d85b2a54
commit 6cafab8c8c
1 changed files with 1 additions and 1 deletions

@ -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 - `DESCRIPTION` - Set a description for the Statping status page
- `DOMAIN` - Set a URL for the Statping status page - `DOMAIN` - Set a URL for the Statping status page
- `ADMIN_USER` - Username for administrator account (default: admin) - `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 - `API_SECRET` - Set a custom API Secret for API Authentication
- `SAMPLE_DATA` - Insert sample services, groups and more (default: true) - `SAMPLE_DATA` - Insert sample services, groups and more (default: true)