View | Details | Raw Unified | Return to bug 39740
Collapse All | Expand All

(-)a/debian/templates/koha-conf-site.xml.in (-4 / +8 lines)
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>
(-)a/etc/koha-conf.xml (-5 / +8 lines)
Lines 228-239 Link Here
228
 <!-- Encryption key for crypted password or sensitive data -->
228
 <!-- Encryption key for crypted password or sensitive data -->
229
 <encryption_key>__ENCRYPTION_KEY__</encryption_key>
229
 <encryption_key>__ENCRYPTION_KEY__</encryption_key>
230
230
231
 <!-- flag for development purposes
231
 <!-- flags 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 git installations (fka dev_install)
233
      strict_sql_modes should not be used in a production environment
233
      test_system is used to differentiate production from test systems (see for example koha-plack) -->
234
 <git_install>0</git_install>
235
 <test_system>0</test_system>
236
237
 <!-- strict_sql_modes should not be used in a production environment
234
      developers use it to catch bugs related to strict SQL modes -->
238
      developers use it to catch bugs related to strict SQL modes -->
235
 <dev_install>0</dev_install>
236
 <strict_sql_modes>0</strict_sql_modes>
239
 <strict_sql_modes>0</strict_sql_modes>
240
237
 <plugins_restricted>1</plugins_restricted>
241
 <plugins_restricted>1</plugins_restricted>
238
 <plugins_restart>1</plugins_restart>
242
 <plugins_restart>1</plugins_restart>
239
 <plugin_repos>
243
 <plugin_repos>
240
- 

Return to bug 39740