Skip to content

Commit 21c1658

Browse files
committed
Updated super-admin-panel
1 parent d5bf586 commit 21c1658

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/self-hosting/super-admin-panel.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@ The super admin panel is made for technical users that are responsible for the s
1414

1515
## Access
1616

17-
To access the super admin panel, you need to be a super admin. The super admins are defined in the `.env` file of the self-hosted solidtime instance.
17+
To access the super admin panel, you need to be a super admin. The super admins are defined in the environment variables of the self-hosted solidtime application. If you use the [Docker guide](/self-hosting/guides/docker), you can set the super admins in the `laravel.env` file with the `SUPER_ADMINS` environment variable.
1818

1919
```bash
2020
2121
```
2222

23-
The super admins are a comma-separated list of email addresses.
23+
The super admins env variable is a comma-separated list of email addresses.
2424
If you are logged in with an email address that is in the `SUPER_ADMINS` list, you can access the super admin panel via `/admin`.
2525
The super admin panel uses the same authentication as the rest of the application.
2626

0 commit comments

Comments
 (0)