Add sms_db param to config_values.py

Upcoming commit to rccn relies on this variable being defined
This commit is contained in:
Keith Whyte 2020-09-27 09:14:12 +02:00
parent d8fdd6ae94
commit a11eb2f315

View file

@ -11,6 +11,7 @@ JB_out = '<%= @jb_out %>'
rhizomatica_dir = '<%= @rhizomatica_dir %>' rhizomatica_dir = '<%= @rhizomatica_dir %>'
sq_hlr_path = '<%= @hlr_db %>' sq_hlr_path = '<%= @hlr_db %>'
sms_db = '<%= @sms_db %>'
bts_defs = '<%= @rhizomatica_dir %>/bts_defs.json' bts_defs = '<%= @rhizomatica_dir %>/bts_defs.json'
use_sip = '<%= @use_sip %>' use_sip = '<%= @use_sip %>'
advice_email = <%= @advice_email %> advice_email = <%= @advice_email %>