From 8d21a5b9e0a58a8f9439c580342fc49c84914d72 Mon Sep 17 00:00:00 2001 From: Ricardo Krippner Date: Thu, 29 Sep 2016 14:28:55 +0200 Subject: [PATCH] updated MySQL config --- config/config.template.ini | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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]