A simple registry table would do the trick, and could be populated at init time with values currently found in the repo's config.ini. Specifically:
This would leave only the obligatory database connection to be edited in config.ini and since we're currently only in SQLite, this might mean no editing at all for most installations.
A simple registry table would do the trick, and could be populated at init time with values currently found in the repo's
config.ini. Specifically:global.default_langglobal.languagesglobal.nameglobal.mail_fromglobal.force_outboxacl.invited_auto_rolesacl.registered_auto_rolesarticles.max_daily_articlesarticles.max_authorsarticles.max_keywordsreviews.accept_daysreviews.deadline_modifierThis would leave only the obligatory database connection to be edited in
config.iniand since we're currently only in SQLite, this might mean no editing at all for most installations.