Correct production operator username guidance
This commit is contained in:
@@ -94,7 +94,7 @@ in `.env`:
|
||||
|
||||
```bash
|
||||
cd /mnt/user/appdata/geointel
|
||||
bash scripts/configure_operator_login.sh --username jens@itworx.tech --guest-access true
|
||||
bash scripts/configure_operator_login.sh --username ITWorx --guest-access true
|
||||
```
|
||||
|
||||
`--guest-access true` is nodig om de demo-ingang te behouden; zonder die vlag
|
||||
@@ -105,7 +105,7 @@ komt niet in je shell-history), en zet:
|
||||
|
||||
```env
|
||||
GEOINTEL_AUTH_ENABLED=true
|
||||
GEOINTEL_AUTH_USERNAME=jens@itworx.tech
|
||||
GEOINTEL_AUTH_USERNAME=ITWorx
|
||||
GEOINTEL_AUTH_PASSWORD_HASH=pbkdf2_sha256$600000$...
|
||||
GEOINTEL_AUTH_SESSION_SECRET=<48 willekeurige tekens>
|
||||
GEOINTEL_GUEST_ACCESS_ENABLED=false
|
||||
|
||||
Reference in New Issue
Block a user