app-code/config/config.php hinzugefügt
Deploy / deploy (push) Successful in 9s

This commit is contained in:
2026-04-23 19:53:03 +00:00
parent 9af640e4d7
commit 4d8ce1da43
+9
View File
@@ -0,0 +1,9 @@
<?php
$DB_SERVERNAME = "";
$DB_USERNAME = "";
$DB_PASSWORD = "";
$DB_DATABASE = "";
$TELEGRAM_BOT_API="";
$SENDGRID_KEY="";
$SENDGRID_MAIL="";
?>