This repository has been archived on 2020-05-27. You can view files and clone it, but cannot push or open issues/pull-requests.
|
Merb.logger.info("Loaded DEVELOPMENT Environment...")
|
|
Merb::Config.use { |c|
|
|
c[:exception_details] = true
|
|
c[:reload_classes] = true
|
|
c[:reload_time] = 0.5
|
|
c[:log_auto_flush ] = true
|
|
c[:log_level] = :debug
|
|
}
|