##// END OF EJS Templates
Changed db name, and project prefix
Marcin Kuzminski -
r60:eb0268a8 default
parent child Browse files
Show More
@@ -29,7 +29,7 b' full_stack = true'
29 static_files = true
29 static_files = true
30 lang=en
30 lang=en
31 cache_dir = %(here)s/data
31 cache_dir = %(here)s/data
32 repos_name = Etelko
32 repos_name = Python-works
33
33
34 ####################################
34 ####################################
35 ### BEAKER CACHE ####
35 ### BEAKER CACHE ####
@@ -57,7 +57,7 b' logview.pylons.util = #eee'
57 #########################################################
57 #########################################################
58 ### DB CONFIGS - EACH DB WILL HAVE IT'S OWN CONFIG ###
58 ### DB CONFIGS - EACH DB WILL HAVE IT'S OWN CONFIG ###
59 #########################################################
59 #########################################################
60 sqlalchemy.db1.url = sqlite:///%(here)s/auth.sqlite
60 sqlalchemy.db1.url = sqlite:///%(here)s/hg_app.db
61 #sqlalchemy.db1.echo = True
61 #sqlalchemy.db1.echo = True
62 #sqlalchemy.db1.pool_recycle = 3600
62 #sqlalchemy.db1.pool_recycle = 3600
63 sqlalchemy.convert_unicode = true
63 sqlalchemy.convert_unicode = true
@@ -29,7 +29,7 b' full_stack = true'
29 static_files = true
29 static_files = true
30 lang=en
30 lang=en
31 cache_dir = %(here)s/data
31 cache_dir = %(here)s/data
32 repos_name = Etelko
32 repos_name = Python-works
33
33
34 ####################################
34 ####################################
35 ### BEAKER CACHE ####
35 ### BEAKER CACHE ####
@@ -57,7 +57,7 b' logview.pylons.util = #eee'
57 #########################################################
57 #########################################################
58 ### DB CONFIGS - EACH DB WILL HAVE IT'S OWN CONFIG ###
58 ### DB CONFIGS - EACH DB WILL HAVE IT'S OWN CONFIG ###
59 #########################################################
59 #########################################################
60 sqlalchemy.db1.url = sqlite:///%(here)s/auth.sqlite
60 sqlalchemy.db1.url = sqlite:///%(here)s/hg_app.db
61 #sqlalchemy.db1.echo = True
61 #sqlalchemy.db1.echo = True
62 #sqlalchemy.db1.pool_recycle = 3600
62 #sqlalchemy.db1.pool_recycle = 3600
63 sqlalchemy.convert_unicode = true
63 sqlalchemy.convert_unicode = true
General Comments 0
You need to be logged in to leave comments. Login now