local.php~ 755 B

1234567891011121314151617181920212223242526
  1. <?php
  2. /*
  3. * Dokuwiki's Main Configuration File - Local Settings
  4. * Auto-generated by config plugin
  5. * Run for user: denis.petrov
  6. * Date: Tue, 18 Apr 2023 11:22:21 +0300
  7. */
  8. $conf['title'] = 'Doc';
  9. $conf['lang'] = 'ru';
  10. $conf['template'] = 'dokuwiki-templates';
  11. $conf['license'] = '0';
  12. $conf['breadcrumbs'] = 0;
  13. $conf['showuseras'] = 'username';
  14. $conf['deaccent'] = '2';
  15. $conf['useacl'] = 1;
  16. $conf['superuser'] = '@admin';
  17. $conf['manager'] = 'user,driver,support, @practice';
  18. $conf['disableactions'] = 'register,profile_delete';
  19. $conf['im_convert'] = '/usr/bin/convert';
  20. $conf['jpg_quality'] = 98;
  21. $conf['notify'] = 'info@sharix-app.org';
  22. $conf['mailfrom'] = 'doc@sharix-app.org';
  23. $conf['htmlmail'] = 0;
  24. $conf['userewrite'] = '2';
  25. $conf['useslash'] = 1;