mirror of
https://github.com/Schrolli91/BOSWatch.git
synced 2026-04-05 14:35:17 +00:00
move www-dir to exampleAddOns
This commit is contained in:
parent
beb955567f
commit
ad88f65d0b
70 changed files with 0 additions and 0 deletions
13
exampleAddOns/alarmMonitorWeb/config.php
Normal file
13
exampleAddOns/alarmMonitorWeb/config.php
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
<?php
|
||||
|
||||
$dbhost = "localhost";
|
||||
$dbuser = "USERNAME";
|
||||
$dbpassword = "PASSWORD";
|
||||
$database = "boswatch";
|
||||
|
||||
$tableFMS = "bos_fms";
|
||||
$tableZVEI = "bos_zvei";
|
||||
$tablePOC = "bos_pocsag";
|
||||
$tableLOG = "login";
|
||||
|
||||
?>
|
||||
Loading…
Add table
Add a link
Reference in a new issue