Skip to content

Commit dde1d5e

Browse files
chore: update polis docs (#2226)
* added docs for new env var in Polis - ADMIN_PORTAL_HIDE_DIRECTORY_SYNC * cleanup of ADMIN_PORTAL_HIDE_AUDIT_LOGS, tweaked text for NEXTAUTH_ACL * chore: apply suggestions from code review * format --------- Co-authored-by: Vincent <[email protected]>
1 parent 85435ed commit dde1d5e

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

docs/polis/deploy/env-variables.mdx

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -420,16 +420,17 @@ email verification token. More details [here](https://next-auth.js.org/configura
420420
### **NEXTAUTH_ACL**
421421

422422
Set this to a comma separated string of email addresses or glob patterns like: `[email protected],*@marvel.com`. Access will be
423-
denied to email addresses which don't match. If you don't specify any value access is denied to all.
423+
denied to email addresses which don't match. If you don't specify any value access is denied to all and magic links are turned
424+
off.
424425

425426
### **NEXTAUTH_ADMIN_CREDENTIALS**
426427

427428
Set this to a comma separated string of the pattern `email:password` to enable login to the Admin Portal, for example
428429
`[email protected]:Password123`. If you don't specify any value access is denied to all.
429430

430-
### **ADMIN_PORTAL_HIDE_AUDIT_LOGS**
431+
### **ADMIN_PORTAL_HIDE_DIRECTORY_SYNC**
431432

432-
Set this to `true` if you want to hide the Audit Logs product in the sidebar.
433+
Set this to `true` if you want to hide the Directory Sync product in the sidebar.
433434

434435
Default: `false`
435436

0 commit comments

Comments
 (0)