From 5f4a64d4614d44fd4eb4c79f85376173fdeb7f7e Mon Sep 17 00:00:00 2001 From: Chris Date: Wed, 20 Jan 2021 21:26:43 +0000 Subject: [PATCH] =?UTF-8?q?=E2=80=9Econfig.example.php=E2=80=9C=20=C3=A4nd?= =?UTF-8?q?ern?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config.example.php | 31 +++++++++++++++++++++---------- 1 file changed, 21 insertions(+), 10 deletions(-) diff --git a/config.example.php b/config.example.php index c93cdb7..1f1972a 100644 --- a/config.example.php +++ b/config.example.php @@ -1,13 +1,24 @@ \ No newline at end of file +$RUNTIME['SMTP']['SERVER'] = "localhost"; +$RUNTIME['SMTP']['PORT'] = 25; +$RUNTIME['SMTP']['ADRESS'] = "noreplay@localhost"; +$RUNTIME['SMTP']['USER'] = "noreplay@localhost"; +$RUNTIME['SMTP']['PASS'] = "..."; + +$RUNTIME['TOOLS']['IMAGESERVICE'] = "https://image-service.4creative.net/"; +$RUNTIME['TOOLS']['TOS'] = "https://4creative.net/nutzung.html"; + +$RUNTIME['DEFAULTAVATAR']["AVATAR1"]['UUID'] = "0817c915-293a-4041-b5a4-c7c53666bcc6"; + +$RUNTIME['SIDOMAN']['URL'] = "https://sidoman.4creative.net/"; +$RUNTIME['SIDOMAN']['CONTAINER'] = "..."; +$RUNTIME['SIDOMAN']['PASSWORD'] = "..."; + +$RUNTIME['IAR']['BASEURL'] = "https://mcp.4creative.net/data/"; +?>