Features for the new selfservice feature/151-selfservice_scans_mails #152
@ -49,7 +49,7 @@ yarn docs
|
|||||||
|
|
||||||
## ENV Vars
|
## ENV Vars
|
||||||
> You can provide them via .env file or docker env vars.
|
> You can provide them via .env file or docker env vars.
|
||||||
> You can use the `test:ci:generate_env` package script to generate a example env (uses [ethereal.email](https://ethereal.email) as the mailserver).
|
> You can use the `test:ci:generate_env` package script to generate a example env (uses bs data as test server and ignores the errors).
|
||||||
|
|
||||||
| Name | Type | Default | Description
|
| Name | Type | Default | Description
|
||||||
| - | - | - | -
|
| - | - | - | -
|
||||||
@ -64,11 +64,8 @@ yarn docs
|
|||||||
| POSTALCODE_COUNTRYCODE | String/CountryCode | N/A | The countrycode used to validate address's postal codes
|
| POSTALCODE_COUNTRYCODE | String/CountryCode | N/A | The countrycode used to validate address's postal codes
|
||||||
| PHONE_COUNTRYCODE | String/CountryCode | null (international) | The countrycode used to validate phone numers
|
| PHONE_COUNTRYCODE | String/CountryCode | null (international) | The countrycode used to validate phone numers
|
||||||
| SEED_TEST_DATA | Boolean | False | If you want the app to seed some example data set this to true
|
| SEED_TEST_DATA | Boolean | False | If you want the app to seed some example data set this to true
|
||||||
| MAIL_SERVER | String | N/A | The smtp server's ip-address/fqdn
|
| MAILER_URL | String(Url) | N/A | The mailer's base url (no trailing slash)
|
||||||
| MAIL_PORT | String | N/A | The smtp server's port
|
| MAILER_KEY | String | N/A | The mailer's api key.
|
||||||
| MAIL_USER | String | N/A | The username for sending mails
|
|
||||||
| MAIL_PASSWORD | String | N/A | The user's password for sending mails
|
|
||||||
| MAIL_FROM | String | N/A | The from-address for sending mails
|
|
||||||
| IMPRINT_URL | String(Url) | /imprint | The link to a imprint page for the system (Defaults to the frontend's imprint)
|
| IMPRINT_URL | String(Url) | /imprint | The link to a imprint page for the system (Defaults to the frontend's imprint)
|
||||||
| PRIVACY_URL | String(Url) | /privacy | The link to a privacy page for the system (Defaults to the frontend's privacy page)
|
| PRIVACY_URL | String(Url) | /privacy | The link to a privacy page for the system (Defaults to the frontend's privacy page)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user