forked from nbtafelberg/opensimscripts
-
Notifications
You must be signed in to change notification settings - Fork 0
/
example_config.php
33 lines (32 loc) · 1.08 KB
/
example_config.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
<?php
/**
* Edit this config file to set up your grid
* include / slashes in folders please
*/
$linuxuser="wolfgrid1";
$homepath="/home/wolfgrid1/";
$gridname="Wolf Territories Grid";
$gridlogo="images/newlogo2.jpg";
$regionsfolder="/home/wolfgrid1/regions/";
$defaultregionfolder="/home/wolfgrid1/template/"; // this contains a template folder with everything in it except region.ini
$scriptsfolder="/home/wolfgrid1/scripts/";
// url of grid no trailing /
$servername="grid.wolfterritories.org";
$gridurl="http://grid.wolfterritories.org:8002";
$thisurl="https://regions8.wolfterritories.org";
$oarfiles="/home/wolfgrid1/oars/";
/**
* Database stuff - THis is for the main server database
* where robust lives
*/
$databaseusername="root";
$databasepassword="uV6LTchS";
$databasehost="grid.wolfterritories.org";
$databasetable="opensim";
/*
* if this server is different than the robust one
*/
$thisservername="regions8.wolfterritories.org";
$localdbusername="root";
$localdbpassword="Remaster101";
$maptilefolder="/home/wolfgrid/yeti-211211-robust/bin/maptiles/00000000-0000-0000-0000-000000000000/";