making the empty configuration module really empty by removing cruft

This commit is contained in:
Alfredo Deza
2010-12-06 12:19:14 -05:00
parent 41610bbfed
commit 822e24d787

View File

@@ -1,22 +1,3 @@
app = {}
server = {}
# Server Specific Configurations
#server = {
# 'port' : '8081',
# 'host' : '1.1.1.1'
#}
# Pecan Application Configurations
#app = {
# 'static_root' : 'public',
# 'template_path' : 'myproject/templates',
# 'debug' : True
#}
# Custom Configurations must be in Python dictionary format::
#
# foo = {'bar':'baz'}
#
# All configurations are accessible at::
# pecan.conf