Skip to content

Commit 39debaf

Browse files
committed
Mention database whitelist array syntax in README
1 parent 6c5776a commit 39debaf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,7 @@ The above login and password settings will then be ignored.
111111
| `STAGEFRONT_DATABASE_PASSWORD_FIELD` | `string` | `password` |
112112

113113
If you want to grant access to just a few of those users, you can whitelist them by setting `STAGEFRONT_DATABASE_WHITELIST` to a comma separated string: `'john@doe.io,jane@doe.io'`.
114+
In the config file itself you can also use an array of e-mail addresses.
114115

115116
By default the `users` table is used with the `email` and `password` field names. But you can change this if you are using some other table or fields.
116117

0 commit comments

Comments
 (0)