Yeah it's in the app.config.php. All you have to do is copy this into local.config.php:
# Whether to close any bids after a certain amount of time
Config::Set('CLOSE_BIDS_AFTER_EXPIRE', false);
Config::Set('BID_EXPIRE_TIME', '48'); # How many hours to hold bids for
It's like copying files from core/templates to lib/skins/yourskin