2020-10-13 17:12:41 +02:00
|
|
|
<?php
|
|
|
|
$mysqlServer = "127.0.0.1";
|
|
|
|
$mysqlUser = "";
|
|
|
|
$mysqlPassword = "";
|
|
|
|
$mysqlDatabase = "";
|
|
|
|
|
2020-10-17 22:21:05 +02:00
|
|
|
$contactmail = "";
|
|
|
|
|
2021-01-02 00:34:54 +01:00
|
|
|
//Hcaptcha:
|
|
|
|
$sitekey = "10000000-ffff-ffff-ffff-000000000001";
|
|
|
|
$secretkey = "0x0000000000000000000000000000000000000000";
|
|
|
|
|
2020-10-13 17:12:41 +02:00
|
|
|
$footerMaxPost = 5;
|
2021-01-02 00:34:54 +01:00
|
|
|
$homeMaxPost = 3;
|
|
|
|
|
2021-05-13 22:32:19 +02:00
|
|
|
$S3Server = "";
|
|
|
|
$S3AccessKey = "";
|
|
|
|
$S3SecretKey = "";
|
2021-11-10 08:02:56 +01:00
|
|
|
$S3BucketName = "";
|
|
|
|
|
2021-11-10 20:11:13 +01:00
|
|
|
$ebayKleinanzeigenUserId = "";
|
|
|
|
$ebayKleinanzeigenToken = ""; # To get this token you have to sniff the HTTPS traffic from the app or decompile the app and find it.
|