File tree Expand file tree Collapse file tree 3 files changed +9
-1
lines changed Expand file tree Collapse file tree 3 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 14
14
config . eager_load = true
15
15
16
16
# Full error reports are disabled and caching is turned on.
17
- config . consider_all_requests_local = false
17
+ config . consider_all_requests_local = ActiveModel :: Type :: Boolean . new . cast ( ENV . fetch ( 'HYKU_SHOW_BACKTRACE' , ' false' ) )
18
18
config . action_controller . perform_caching = true
19
19
20
20
# Disable serving static files from the `/public` folder by default since
Original file line number Diff line number Diff line change @@ -125,6 +125,8 @@ extraEnvVars: &envVars
125
125
value : " false"
126
126
- name : HYRAX_FITS_PATH
127
127
value : /app/fits/fits.sh
128
+ - name : HYRAX_VALKYRIE
129
+ value : " true"
128
130
- name : HYKU_ADMIN_HOST
129
131
value : hyku-demo.$BASE_URL
130
132
- name : HYKU_ADMIN_ONLY_TENANT_CREATION
@@ -139,6 +141,8 @@ extraEnvVars: &envVars
139
141
value : " true"
140
142
- name : HYKU_ROOT_HOST
141
143
value : hyku-demo.$BASE_URL
144
+ - name : HYKU_SHOW_BACKTRACE
145
+ value : " true"
142
146
- name : HYKU_USER_DEFAULT_PASSWORD
143
147
value : password
144
148
- name : SMTP_ADDRESS
Original file line number Diff line number Diff line change @@ -125,6 +125,8 @@ extraEnvVars: &envVars
125
125
value : " false"
126
126
- name : HYRAX_FITS_PATH
127
127
value : /app/fits/fits.sh
128
+ - name : HYRAX_VALKYRIE
129
+ value : " true"
128
130
- name : HYKU_ADMIN_HOST
129
131
value : hyku-staging.$BASE_URL
130
132
- name : HYKU_ADMIN_ONLY_TENANT_CREATION
@@ -139,6 +141,8 @@ extraEnvVars: &envVars
139
141
value : " true"
140
142
- name : HYKU_ROOT_HOST
141
143
value : hyku-staging.$BASE_URL
144
+ - name : HYKU_SHOW_BACKTRACE
145
+ value : " true"
142
146
- name : HYKU_USER_DEFAULT_PASSWORD
143
147
value : password
144
148
- name : NEGATIVE_CAPTCHA_SECRET
You can’t perform that action at this time.
0 commit comments