website/public/internal/config.example.php

10 lines
151 B
PHP
Raw Normal View History

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 = "";
2020-10-13 17:12:41 +02:00
$footerMaxPost = 5;
$homeMaxPost = 3;