mirror of https://github.com/statping/statping
Correcting typo as : ADMIN_PASS was not used by connection.go:87 but ADMIN_PASSWORD is the correct environment variable name
parent
44d85b2a54
commit
6cafab8c8c
|
@ -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)
|
Loading…
Reference in New Issue