Logging für BCS

This commit is contained in:
2025-01-09 14:12:39 +01:00
parent c1eabd80b7
commit a01e30899e
3 changed files with 86 additions and 0 deletions

7
log/db_config.php Normal file
View File

@@ -0,0 +1,7 @@
<?php
define('DB_HOST', 'localhost');
define('DB_NAME', 'logging_db');
define('DB_USER', 'logger');
define('DB_PASS', '4bnmAyksuoQHPvyU4Tea');
define('API_KEY', 'mr_D,uq2DS4!ndjZ_I4ap,+OSWge.GbJ'); // Ändern Sie dies!
?>