Lines 409-420
__END_SRU_PUBLICSERVER__
Link Here
|
409 |
<!-- Encryption key for crypted password or sensitive data --> |
409 |
<!-- Encryption key for crypted password or sensitive data --> |
410 |
<encryption_key>__ENCRYPTION_KEY__</encryption_key> |
410 |
<encryption_key>__ENCRYPTION_KEY__</encryption_key> |
411 |
|
411 |
|
412 |
<!-- flag for development purposes |
412 |
<!-- flags for development purposes |
413 |
dev_install is used to adjust some paths specific to dev installations |
413 |
git_install is used to adjust some paths specific to git installations (fka dev_install) |
414 |
strict_sql_modes should not be used in a production environment |
414 |
test_system is used to differentiate production from test systems (see for example koha-plack) --> |
|
|
415 |
<git_install>0</git_install> |
416 |
<test_system>0</test_system> |
417 |
|
418 |
<!-- strict_sql_modes should not be used in a production environment |
415 |
developers use it to catch bugs related to strict SQL modes --> |
419 |
developers use it to catch bugs related to strict SQL modes --> |
416 |
<dev_install>0</dev_install> |
|
|
417 |
<strict_sql_modes>0</strict_sql_modes> |
420 |
<strict_sql_modes>0</strict_sql_modes> |
|
|
421 |
|
418 |
<plugins_restricted>1</plugins_restricted> |
422 |
<plugins_restricted>1</plugins_restricted> |
419 |
<plugins_restart>1</plugins_restart> |
423 |
<plugins_restart>1</plugins_restart> |
420 |
<plugin_repos> |
424 |
<plugin_repos> |