website/public/API/lib/config.example.php
2021-05-13 22:32:19 +02:00

21 lines
No EOL
366 B
PHP

<?php
$mysqlServer = "127.0.0.1";
$mysqlUser = "";
$mysqlPassword = "";
$mysqlDatabase = "";
$contactmail = "";
//Hcaptcha:
$sitekey = "10000000-ffff-ffff-ffff-000000000001";
$secretkey = "0x0000000000000000000000000000000000000000";
$footerMaxPost = 5;
$homeMaxPost = 3;
$trackURL = "";
$S3Server = "";
$S3AccessKey = "";
$S3SecretKey = "";
$S3BucketName = "";