Update admin-dashboard.md

This commit is contained in:
vincanger 2024-06-27 17:05:12 +02:00
parent f154688e21
commit 01b7739343

View File

@ -20,7 +20,7 @@ entity User {=psl
//...
```
To give yourself administrator priveledges, make sure you add your email adderesses to the `ADMIN_EMAILS` environment variable in `.env.server` file before registering/logging in with that email address.
To give yourself administrator priveledges, make sure you add your email addresses to the `ADMIN_EMAILS` environment variable in `.env.server` file before registering/logging in with that email address.
```sh title=".env.server"
ADMIN_EMAILS=me@example.com