Fixed a wrong parameter in config_values.py

This commit is contained in:
Ciaby 2014-07-18 20:52:37 -04:00
parent 03a7d7f888
commit 36c395b41b

View file

@ -14,7 +14,7 @@ pgsql_host = '<%= @pgsql_host %>'
# SITE
site_name = "<%= @site_name %>"
postcode = "<%= @postcode %>"
pbxcode = "<%= @postcode %>"
pbxcode = "<%= @pbxcode %>"
# network name
network_name = "<%= @network_name %>"