docs(vars): example for chalice envs
Signed-off-by: Rajesh Rajendran <rjshrjndrn@gmail.com>
This commit is contained in:
parent
8dc11b3850
commit
5d1d643646
1 changed files with 6 additions and 0 deletions
|
|
@ -46,6 +46,12 @@ global:
|
|||
chalice:
|
||||
env:
|
||||
jwt_secret: "SetARandomStringHere"
|
||||
# EMAIL_HOST: ''
|
||||
# EMAIL_PORT: '587'
|
||||
# EMAIL_USER: ''
|
||||
# EMAIL_PASSWORD: ''
|
||||
# EMAIL_USE_TLS: 'true'
|
||||
# EMAIL_FROM: OpenReplay<do-not-reply@openreplay.com>
|
||||
|
||||
enterpriseEditionLicense: ""
|
||||
domainName: ""
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue