Add sms_db param to config_values.py
Upcoming commit to rccn relies on this variable being defined
This commit is contained in:
parent
d8fdd6ae94
commit
a11eb2f315
1 changed files with 1 additions and 0 deletions
|
@ -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 %>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue