changed variable substitution demo

This commit is contained in:
Mark McClain
2010-12-14 14:47:16 -05:00
parent 80994b4878
commit bbc8099848

View File

@@ -4,7 +4,7 @@
server = {
'port' : '8081',
'host' : '1.1.1.1',
'socket': '{pecan.conf.server.host}:{pecan.conf.server.host}'
'hostport': '{pecan.conf.server.host}:{pecan.conf.server.port}'
}
# Pecan Application Configurations