1
0
plweb/config.php
Anna Christina Naß 10dafd2bdb Webhook final fixes
2025-07-07 20:48:12 +02:00

8 lines
233 B
PHP

<?php
$hawebhook = "http://homie:8123/api/webhook/plweb"; // Webhook-URL von Home Assistant
$dbconnstring = "host=localhost dbname=plweb user=plweb password=plweb";
$test_url = "https://sinclair.narnia.lan/plweb/test.php?id=";
?>