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/"; +?>