Merge branch 'master' of https://git.4creative.net/Website/Manager
commit
d51738b65f
|
@ -1,5 +1,9 @@
|
|||
<?php
|
||||
$RUNTIME['PDO'] = new PDO('mysql:host=...;dbname=...', '...', '...'); //The Robust DB
|
||||
$RUNTIME['PDO'] = new PDO('mysql:host=...;dbname=...', '...', '...');
|
||||
|
||||
$RUNTIME['GRID']['NAME'] = "OpenSim";
|
||||
$RUNTIME['GRID']['MAIN_NEWS'] = "Yet an other OpenSim Grid.";
|
||||
$RUNTIME['GRID']['HOMEURL'] = "http://...:8002";
|
||||
|
||||
$RUNTIME['SMTP']['SERVER'] = "localhost";
|
||||
$RUNTIME['SMTP']['PORT'] = 25;
|
||||
|
@ -7,7 +11,14 @@ $RUNTIME['SMTP']['ADRESS'] = "noreplay@localhost";
|
|||
$RUNTIME['SMTP']['USER'] = "noreplay@localhost";
|
||||
$RUNTIME['SMTP']['PASS'] = "...";
|
||||
|
||||
$RUNTIME['GRID']['NAME'] = "OpenSim";
|
||||
$RUNTIME['GRID']['MAIN_NEWS'] = "Yet an other OpenSim Grid.";
|
||||
$RUNTIME['GRID']['HOMEURL'] = "http://...:8002";
|
||||
$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/";
|
||||
?>
|
Loading…
Reference in New Issue