##// END OF EJS Templates
Added example connection string for other databases
marcink -
r1443:7cbc901b beta
parent child Browse files
Show More
@@ -142,7 +142,17 b' logview.pylons.util = #eee'
142 142 #########################################################
143 143 ### DB CONFIGS - EACH DB WILL HAVE IT'S OWN CONFIG ###
144 144 #########################################################
145
146 # SQLITE [default]
145 147 sqlalchemy.db1.url = sqlite:///%(here)s/rhodecode.db
148
149 # POSTGRES
150 # sqlalchemy.db1.url = postgresql://user:pass@localhost/rhodecode
151
152 # MySQL
153 # sqlalchemy.db1.url = mysql://user:pass@localhost/rhodecode
154
155
146 156 sqlalchemy.db1.echo = false
147 157 sqlalchemy.db1.pool_recycle = 3600
148 158 sqlalchemy.convert_unicode = true
General Comments 0
You need to be logged in to leave comments. Login now