feat(chalice): disabled experimental api
This commit is contained in:
parent
46c46fb71e
commit
f678f90be2
1 changed files with 6 additions and 6 deletions
|
|
@ -60,9 +60,9 @@ sourcemaps_reader=http://127.0.0.1:9000/sourcemaps
|
|||
stage=default-ee
|
||||
version_number=1.0.0
|
||||
FS_DIR=/mnt/efs
|
||||
EXP_SESSIONS_SEARCH=true
|
||||
EXP_AUTOCOMPLETE=true
|
||||
EXP_ERRORS_SEARCH=true
|
||||
EXP_METRICS=true
|
||||
EXP_7D_MV=true
|
||||
EXP_ALERTS=true
|
||||
EXP_SESSIONS_SEARCH=false
|
||||
EXP_AUTOCOMPLETE=false
|
||||
EXP_ERRORS_SEARCH=false
|
||||
EXP_METRICS=false
|
||||
EXP_7D_MV=false
|
||||
EXP_ALERTS=false
|
||||
Loading…
Add table
Reference in a new issue