
10 Sep
2012
10 Sep
'12
9:04 a.m.
On 09/10/2012 08:55 AM, Livnat Peer wrote:
The obvious advantage of keeping them in the DB vs. in code is they can be changed with no compilation required and today you don't need to restart the application for changing some of them (WIP).
you can still change them in the db without code by overriding them in the db - code is just the default if there is no value in the db, right?