# HG changeset patch # User Marcin Kuzminski # Date 1303569490 -7200 # Node ID 2b098619e23887e7ee7cabf27f15630cf3ea9380 # Parent cf2a67b91ffc2ba53638015131c43a623c204d17 changed dafault to use sqlite for dev diff -r cf2a67b91ffc -r 2b098619e238 development.ini --- a/development.ini Sat Apr 23 15:56:17 2011 +0200 +++ b/development.ini Sat Apr 23 16:38:10 2011 +0200 @@ -141,8 +141,8 @@ ######################################################### ### DB CONFIGS - EACH DB WILL HAVE IT'S OWN CONFIG ### ######################################################### -#sqlalchemy.db1.url = sqlite:///%(here)s/rhodecode.db -sqlalchemy.db1.url = postgresql://postgres:qwe@localhost/rhodecode +sqlalchemy.db1.url = sqlite:///%(here)s/rhodecode.db +#sqlalchemy.db1.url = postgresql://postgres:qwe@localhost/rhodecode sqlalchemy.db1.echo = True sqlalchemy.db1.pool_recycle = 3600 sqlalchemy.convert_unicode = true @@ -229,4 +229,4 @@ [formatter_color_formatter_sql] class=rhodecode.lib.colored_formatter.ColorFormatterSql format= %(asctime)s.%(msecs)03d %(levelname)-5.5s [%(name)s] %(message)s -datefmt = %Y-%m-%d %H:%M:%S \ No newline at end of file +datefmt = %Y-%m-%d %H:%M:%S