making the empty configuration module really empty by removing cruft
This commit is contained in:
@@ -1,22 +1,3 @@
|
|||||||
app = {}
|
app = {}
|
||||||
server = {}
|
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
|
|
||||||
|
|||||||
Reference in New Issue
Block a user