config: add new vars

This commit is contained in:
Wile E. Coyote 2019-05-04 07:45:45 +00:00
parent 77c4f78d8d
commit 75c78ea5b2

View file

@ -8,6 +8,8 @@ rhizomatica_dir = '<%= @rhizomatica_dir %>'
sq_hlr_path = '<%= @sq_hlr_path %>' sq_hlr_path = '<%= @sq_hlr_path %>'
use_sip = '<%= @use_sip %>' use_sip = '<%= @use_sip %>'
advice_email = <%= @advice_email %> advice_email = <%= @advice_email %>
test_playback = '<%= @test_playback %>'
mncc_codec = '<%= @mncc_codec %>'
# database # database
pgsql_db = '<%= @pgsql_db %>' pgsql_db = '<%= @pgsql_db %>'
@ -66,9 +68,12 @@ voip_password = "<%= @voip_password %>"
voip_proxy = "<%= @voip_proxy %>" voip_proxy = "<%= @voip_proxy %>"
voip_did = "<%= @voip_did %>" voip_did = "<%= @voip_did %>"
voip_cli = "<%= @voip_cli %>" voip_cli = "<%= @voip_cli %>"
voip_chans_max = <%= @voip_chans_max %>
voip_mod = <%= @voip_mod %>
# Subscription SMS notification # Subscription SMS notification
notice_msg = '<%= @notice_msg %>' notice_msg = '<%= @notice_msg %>'
reminder_msg = '<%= @reminder_msg %>' reminder_msg = '<%= @reminder_msg %>'
deactivate_msg = '<%= @deactivate_msg %>' deactivate_msg = '<%= @deactivate_msg %>'
emergency_contact = '<%= @emergency_contact %>' emergency_contact = '<%= @emergency_contact %>'
support_contact = '<%= @support_contact %>'