Add vars to config_values

This commit is contained in:
Monocots 2019-03-28 22:42:47 +00:00
parent 5c47008d36
commit 9c6552c6b7

View file

@ -68,10 +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 = '68068155555' support_contact = '<%= @support_contact %>'