Fixed a wrong parameter in config_values.py
This commit is contained in:
parent
03a7d7f888
commit
36c395b41b
1 changed files with 1 additions and 1 deletions
|
@ -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 %>"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue