From 80c4b82c555c2fd69c25e59fdb70022077a6ca35 Mon Sep 17 00:00:00 2001
From: Jonas Leder <git@jonasled.de>
Date: Tue, 13 Apr 2021 13:04:23 +0200
Subject: [PATCH] remove config file from git repo

---
 public/API/lib/config.php | 16 ----------------
 1 file changed, 16 deletions(-)
 delete mode 100644 public/API/lib/config.php

diff --git a/public/API/lib/config.php b/public/API/lib/config.php
deleted file mode 100644
index 10b2400..0000000
--- 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&amp;rec=1";
-- 
GitLab