comparison development.ini @ 49:3ada2f409c1c

Added sqlalchemy support made models for database changed views to handle sqlalchemy
author Marcin Kuzminski <marcin@python-blog.com>
date Thu, 08 Apr 2010 01:50:46 +0200
parents 9db7782727b3
children bf1b64046c79
comparison
equal deleted inserted replaced
48:8e250e86a670 49:3ada2f409c1c
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 = etelko
33 33
34 ####################################
35 ### BEAKER CACHE ####
36 ####################################
37 beaker.cache.data_dir=/tmp/cache/data
38 beaker.cache.lock_dir=/tmp/cache/lock
39 beaker.cache.regions=short_term
40 beaker.cache.short_term.type=memory
41 beaker.cache.short_term.expire=3600
42
34 ################################################################################ 43 ################################################################################
35 ## WARNING: *THE LINE BELOW MUST BE UNCOMMENTED ON A PRODUCTION ENVIRONMENT* ## 44 ## WARNING: *THE LINE BELOW MUST BE UNCOMMENTED ON A PRODUCTION ENVIRONMENT* ##
36 ## Debug mode will enable the interactive debugging tool, allowing ANYONE to ## 45 ## Debug mode will enable the interactive debugging tool, allowing ANYONE to ##
37 ## execute malicious code after an exception is raised. ## 46 ## execute malicious code after an exception is raised. ##
38 ################################################################################ 47 ################################################################################
39 #set debug = false 48 #set debug = false
49
50 ##################################
51 ### LOGVIEW CONFIG ###
52 ##################################
53 logview.sqlalchemy = #faa
54 logview.pylons.templating = #bfb
55 logview.pylons.util = #eee
56
57 #########################################################
58 ### DB CONFIGS - EACH DB WILL HAVE IT'S OWN CONFIG ###
59 #########################################################
60 sqlalchemy.db1.url = sqlite:///%(here)s/auth.sqlite
61 #sqlalchemy.db1.echo = True
62 #sqlalchemy.db1.pool_recycle = 3600
63 sqlalchemy.convert_unicode = true
40 64
41 ################################ 65 ################################
42 ### LOGGING CONFIGURATION #### 66 ### LOGGING CONFIGURATION ####
43 ################################ 67 ################################
44 [loggers] 68 [loggers]