update environment doc
This commit is contained in:
parent
9327514e83
commit
e9e53b4149
@ -9,6 +9,18 @@
|
||||
| HIDE_CONTRIB | `false` | decide if backlings to ohmyform should be added |
|
||||
| SIGNUP_DISABLED | `false` | if users can sign up |
|
||||
| LOGIN_NOTE | *not set* | Info box on top of login screen |
|
||||
| LOCALES_PATH | *not set* | Path to translated elementes in backend like emails |
|
||||
|
||||
## Default Account
|
||||
|
||||
*username and email are unique on an instance*
|
||||
|
||||
| Name | Default Value | Description |
|
||||
| ---- | ------------- | ----------- |
|
||||
| CREATE_ADMIN | `false` | if `true` will create a super admin |
|
||||
| ADMIN_USERNAME | `root` | username for the default admin user |
|
||||
| ADMIN_EMAIL | `admin@ohmyform.com` | email to send notifications |
|
||||
| ADMIN_PASSWORD | `root` | password for user |
|
||||
|
||||
## Mailing
|
||||
|
||||
@ -27,4 +39,5 @@
|
||||
| DATABASE_LOGGING | `false` | if `true` all db interactions will be logged to stdout |
|
||||
| DATABASE_MIGRATE | `true` | can be used in load balanced environments to only allow one container to perform migrations / manually execute migrations
|
||||
| DATABASE_SSL | `false` | if `true` will require ssl database connection |
|
||||
|
||||
| REDIS_HOST | *not set* | required in multinode environments |
|
||||
| REDIS_PORT | `6379` | port for redis |
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user