If this is your first visit, be sure to
check out the FAQ by clicking the
link above. You may have to register
before you can post: click the register link above to proceed. To start viewing messages,
select the forum that you want to visit from the selection below.
please move cacheTimestamp and microtime from data/config.php
yuri there are dozens of stuff there and the system won't run without the config file, i use the override for the local environment and don't want them in the repo
or do you have a way for the system to function with out the config file?
Commit only config-override, where you want to set only parameters that won't change. Parameters that are changed via UI will be in config.php, which should not be commited.
though if i don't have the config files will the system work? i want to just clone it and then its up and ready and at the moment it seems i need to include all the config flies
but perhaps we have a different view of how to manage something, i'd prefer todo it via config files not via a UI
Comment