Api changes (#122)
* feat(api): include smtp flag in login response * feat(api): changed smtp flag in login response * feat(api): owner role is not allowed to change * feat(api): changed chalice template
This commit is contained in:
parent
03afcb5890
commit
46f5d653f9
1 changed files with 1 additions and 0 deletions
|
|
@ -13,6 +13,7 @@ env:
|
|||
sourcemaps_bucket_key: "{{ minio_access_key }}"
|
||||
sourcemaps_bucket_secret: "{{ minio_secret_key }}"
|
||||
S3_HOST: "https://{{ domain_name }}"
|
||||
SITE_URL: "https://{{ domain_name }}"
|
||||
jwt_secret: "{{ jwt_secret_key }}"
|
||||
{% if env is defined and env.chalice is defined and env.chalice%}
|
||||
{{ env.chalice | to_nice_yaml | trim | indent(2) }}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue