Add vars for log and mncc_ip to config_values

This commit is contained in:
Wile E. Coyote 2017-02-07 11:33:33 +00:00
parent 4d4a368bcf
commit f8ce78ed8f

View file

@ -2,6 +2,8 @@
# -*- coding: utf-8 -*-
# Configuration settings
default_log_level = 'DEBUG'
rhizomatica_dir = '<%= @rhizomatica_dir %>'
sq_hlr_path = '<%= @sq_hlr_path %>'
use_sip = '<%= @use_sip %>'
@ -24,7 +26,7 @@ network_name = "<%= @network_name %>"
vpn_ip_address = "<%= @vpn_ip_address %>"
wan_ip_address = "<%= @wan_ip_address %>"
riak_ip_address = "<%= @riak_ip_address %>"
mncc_ip_address = "172.16.0.1"
# SITE settings
# rate type can be "call" or "min"