Skip to content
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

Document initial admin user related env vars #1284

Merged
merged 1 commit into from Jul 15, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
9 changes: 9 additions & 0 deletions docs/configuration.md
Expand Up @@ -22,6 +22,15 @@ In order of precedence Errbit uses:
<dt>ERRBIT_ENFORCE_SSL
<dd>When enabled, Errbit forces all traffic over https
<dd>defaults to false
<dt>ERRBIT_ADMIN_EMAIL
<dd>E-Mail address of initial admin user
<dd>defaults to `errbit@example.com`
<dt>ERRBIT_ADMIN_PASSWORD
<dd>Password of initial admin user
<dd>defaults to some random string (see output of `$ rake db:seed`)
<dt>ERRBIT_ADMIN_USER
<dd>Username of initial admin user
<dd>defaults to `errbit`
<dt>ERRBIT_CONFIRM_ERR_ACTIONS
<dd>Present confirmation dialogs when users act on errors
<dd>defaults to true
Expand Down