Skip to content

chore: Update Polis docs #2226

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 3 commits into
base: master
Choose a base branch
from
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions docs/polis/deploy/env-variables.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -420,16 +420,16 @@ email verification token. More details [here](https://next-auth.js.org/configura
### **NEXTAUTH_ACL**

Set this to a comma separated string of email addresses or glob patterns like: `tonystark@gmail.com,*@marvel.com`. Access will be
denied to email addresses which don't match. If you don't specify any value access is denied to all.
denied to email addresses which don't match. If you don't specify any value access is denied to all and magic links is turned off.

### **NEXTAUTH_ADMIN_CREDENTIALS**

Set this to a comma separated string of the pattern `email:password` to enable login to the Admin Portal, for example
`NEXTAUTH_ADMIN_CREDENTIALS=deepak@ory.sh:Password123`. If you don't specify any value access is denied to all.

### **ADMIN_PORTAL_HIDE_AUDIT_LOGS**
### **ADMIN_PORTAL_HIDE_DIRECTORY_SYNC**

Set this to `true` if you want to hide the Audit Logs product in the sidebar.
Set this to `true` if you want to hide the Directory Sync product in the sidebar.

Default: `false`

Expand Down
Loading