diff --git a/config/config.template.ini b/config/config.template.ini index 3be9c60..24f0c20 100644 --- a/config/config.template.ini +++ b/config/config.template.ini @@ -134,7 +134,7 @@ template = 0 [MySQL] # MySQL configuration dbserver = localhost -dbuser = root +dbuser = boswatch dbpassword = root database = boswatch @@ -142,6 +142,11 @@ database = boswatch tableFMS = bos_fms tableZVEI = bos_zvei tablePOC = bos_pocsag +tableSIG = bos_signal + +# Signal RICs (empty: none set, separator ",") +# f.e.: signal_ric = 1234566,1234567,1234568 +signal_ric = ## SIGNAL-RICS ## [httpRequest]