Skip to content

Commit 6bc79a0

Browse files
Add AUTO_OPTIN_REGEX_LIST_BASE64 to env doc
1 parent f3500ec commit 6bc79a0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/REFERENCE-environment_variables.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
| AUTH0_DOMAIN | Domain name on Auth0 account, should end in `.auth0.com`, e.g. `example.auth0.com`. _Required_. |
1111
| AUTH0_CLIENT_ID | Client ID from Auth0 app. _Required_. |
1212
| AUTH0_CLIENT_SECRET | Client secret from Auth0 app. _Required_. |
13+
| AUTO_OPTIN_REGEX_LIST_BASE64 | JSON object encoded in base64 to specify opt in language following the structure: \`[{\"regex\": \"\",\"reason\": \"\"}]\`. |
1314
| AWS_ACCESS_AVAILABLE | 1 or 0 to enable or disable S3 campaign exports within Amazon Lambda. |
1415
| AWS_ACCESS_KEY_ID | AWS access key ID with access to S3 bucket, required for campaign exports outside Amazon Lambda. |
1516
| AWS_SECRET_ACCESS_KEY | AWS access key secret with access to S3 bucket, required for campaign exports outside Amazon Lambda. |

0 commit comments

Comments
 (0)