diff --git a/public/API/lib/config.php b/public/API/lib/config.php deleted file mode 100644 index 10b2400714b702e491195a8db6f192431ee9f6b3..0000000000000000000000000000000000000000 --- a/public/API/lib/config.php +++ /dev/null @@ -1,16 +0,0 @@ -<?php -$mysqlServer = "localhost"; -$mysqlUser = "root"; -$mysqlPassword = "password"; -$mysqlDatabase = "website"; - -$contactmail = "m6LCSL4haTk7z4ZrgqQn8X@jonasled.de"; - -//Hcaptcha: -$sitekey = "10000000-ffff-ffff-ffff-000000000001"; -$secretkey = "0x0000000000000000000000000000000000000000"; - -$footerMaxPost = 5; -$homeMaxPost = 3; - -$trackURL = "https://matomo.jonasled.de/matomo.php?idsite=1&rec=1";