-
Notifications
You must be signed in to change notification settings - Fork 288
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
- Loading branch information
Showing
4 changed files
with
11 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
13 changes: 7 additions & 6 deletions
13
packages/internal/docs/docs/shared/partials/env-vars/_workers.mdx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,12 @@ | ||
**Required** variables: | ||
|
||
| Name | Description | Example | | ||
|-------------|-------------------------------------------------------------------------------------------------------------------------------------|-------------------------------------| | ||
| FROM_EMAIL | Email used in `From` email field | `[email protected]` | | ||
| HASHID_SALT | [docs](https://github.com/nshafer/django-hashid-field#hashid_field_salt) | `t5$^r\*xsMRXn1xjzhRSl8I5Hb3BUW$4U` | | ||
| JWT_SECRET | Secret used to decode JWT used in subscriptions. The value needs to be the same as `DJANGO_SECRET_KEY` backend environment variable | | | ||
| WEB_APP_URL | | `https://app.demo.saas.apptoku.com` | | ||
| Name | Description | Example | | ||
|------------------|-------------------------------------------------------------------------------------------------------------------------------------|--------------------------------------------------| | ||
| FROM_EMAIL | Email used in `From` email field | `[email protected]` | | ||
| HASHID_SALT | [docs](https://github.com/nshafer/django-hashid-field#hashid_field_salt) | `t5$^r\*xsMRXn1xjzhRSl8I5Hb3BUW$4U` | | ||
| JWT_SECRET | Secret used to decode JWT used in subscriptions. The value needs to be the same as `DJANGO_SECRET_KEY` backend environment variable | | | ||
| WEB_APP_URL | | `https://app.demo.saas.apptoku.com` | | ||
| EMAIL_ASSETS_URL | Absolute URL to email assets. By default it's `${WEB_APP_URL}/email-assets` | `https://app.demo.saas.apptoku.com/email-assets` | | ||
|
||
import OptionalVars from './_workers_optional.mdx'; | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,6 +16,8 @@ SendEmail: | |
AWS_ENDPOINT_URL: "http://localstack:4566" | ||
FROM_EMAIL: "[email protected]" | ||
WEB_APP_URL: "http://localhost:3000" | ||
VITE_EMAIL_ASSETS_URL: "http://localhost:3000/email-assets" | ||
VITE_WEB_APP_URL: "http://localhost:3000" | ||
|
||
SynchronizeContentfulContent: | ||
environment: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters