Should they be stored in some config file or in the database? In theory answer is simple: If setting is global then in config file otherwise in the database. But currently application can use only one database so all settings are global.
The answer depends whether we allow application to switch between multiple databases.
Should they be stored in some config file or in the database? In theory answer is simple: If setting is global then in config file otherwise in the database. But currently application can use only one database so all settings are global.
The answer depends whether we allow application to switch between multiple databases.