Lines 229-238
Link Here
|
229 |
<encryption_key>__ENCRYPTION_KEY__</encryption_key> |
229 |
<encryption_key>__ENCRYPTION_KEY__</encryption_key> |
230 |
|
230 |
|
231 |
<!-- flag for development purposes |
231 |
<!-- flag for development purposes |
232 |
dev_install is used to adjust some paths specific to dev installations |
232 |
git_install is used to adjust some paths specific to dev installations |
233 |
strict_sql_modes should not be used in a production environment |
233 |
strict_sql_modes should not be used in a production environment |
234 |
developers use it to catch bugs related to strict SQL modes --> |
234 |
developers use it to catch bugs related to strict SQL modes --> |
235 |
<dev_install>0</dev_install> |
235 |
<git_install>0</git_install> |
236 |
<strict_sql_modes>0</strict_sql_modes> |
236 |
<strict_sql_modes>0</strict_sql_modes> |
237 |
<plugin_repos> |
237 |
<plugin_repos> |
238 |
<!-- |
238 |
<!-- |
239 |
- |
|
|