website/public/API/lib/config.example.php
2021-07-21 17:05:59 +02:00

19 lines
No EOL
349 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;
$S3Server = "";
$S3AccessKey = "";
$S3SecretKey = "";
$S3BucketName = "";