[global] # This is where all of your settings go for your production environment. # You'll copy this file over to your production server and provide it # as a command-line option to your start script. # Settings that are the same for both development and production # (such as template engine, encodings, etc.) all go in # yourpackage/config.py # WHATWHAT SPECIFIC whatwhat.uploaddir = '/Users/jonathan/Development/whatwhat/whatwhat/static/files' # DATABASE sqlobject.dburi="postgres://whatwhat:what@localhost:5432/whatwhat?cache=" # SERVER server.environment="production" server.log_file="server.log" server.log_to_screen=True log_debug_info_filter.on = True