removed double quotes in .env example

This commit is contained in:
Robert van Lienden 2021-12-09 23:26:40 +01:00
parent aa1311fa01
commit cc1f6b0cbf
No known key found for this signature in database
GPG Key ID: C986B646848E35B0
1 changed files with 2 additions and 2 deletions

View File

@ -131,8 +131,8 @@ You may wish to have an automated service check `dev/check` periodically, but no
You can enable basic authentication by defining the following in your environment (`.env` file):
```
ENVCHECK_BASICAUTH_USERNAME="test"
ENVCHECK_BASICAUTH_PASSWORD="password"
ENVCHECK_BASICAUTH_USERNAME=test
ENVCHECK_BASICAUTH_PASSWORD=password
```
Now if you access `dev/check` in a browser it will pop up a basic auth popup, and if the submitted username and password