## USAGE # 1. Copy this file into /etc/zymonic # 2. Replace [system] with the desired system name you wish to configure # 2.1. For multiple systems need a line per system # 3. Perform a full config build if change sysdef_type for the first time # 4. Restart apache # type of system definition to use, current options are: DB # leave blank to use the default [system]###sysdef_type=DB # set to true to include sysdef information in debugs at end of each request [system]###sysdef_debug_info=false ## sysdef DB options # supported drivers: SQLite [system]###sysdef_DB_dbdriver=SQLite # further db details, for future use #[system]###sysdef_DB_dbname= #[system]###sysdef_DB_dbhost= #[system]###sysdef_DB_dbport= #[system]###sysdef_DB_dbusername= #[system]###sysdef_DB_dbpassword= ## end of sysdef DB options