aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/Robust.ini
diff options
context:
space:
mode:
Diffstat (limited to 'bin/Robust.ini')
-rw-r--r--bin/Robust.ini58
1 files changed, 0 insertions, 58 deletions
diff --git a/bin/Robust.ini b/bin/Robust.ini
index 34815fb..30e64be 100644
--- a/bin/Robust.ini
+++ b/bin/Robust.ini
@@ -1,61 +1,3 @@
1; * Run
2; * $ Robust.exe -inifile Robust.HG.ini
3; *
4
5; * Configurations for enabling HG1.5
6; *
7; * HG1.5 handlers are: OpenSim.Server.Handlers.dll:GatekeeperService
8; * OpenSim.Server.Handlers.dll:UserAgentService
9; * Additional OpenSim.Server.Handlers.dll:AssetServiceConnector and
10; * OpenSim.Server.Handlers.dll:XInventoryInConnector
11; * are started in port 8002, outside the firewall
12; *
13; **
14; *
15; * The Const section allows us to define some basic information that we
16; * will use throughout our configuration. We will provide examples for
17; * setting the base url of the Robust server and the public and private ports
18; * it uses. Changing the values of the constants will set the operating
19; * parameters thoughout the configuration. Other constants that may prove
20; * to be useful may be added to the followin section. They may be
21; * referenced anywhere in the configuration by using ${Const|Name}. One
22; * such use is providing a base path for setting locations that Robust
23; * uses to write data.
24; *
25
26[Paths]
27 AssetsPath = "../../AssetFiles"
28 BackupPath = "../../backups"
29 CachePath = "../../caches"
30 ConfigPath = "../../config"
31 DbPath = "../../db"
32 LogPath = "../../logs"
33
34[Const]
35 MOTD = "Welcome to this virtual world."
36
37 GridName = "My virtual world"
38 ShortGridName = "mvw"
39 ; For a grid these will usually be the externally accessible IP/DNS
40 ; name and use default public port 8002 and default private port 8003
41 ; For a standalone this will usually be the externally accessible IP/DNS
42 ; name and use default public port 9000. The private port is not used
43 ; in the configuration for a standalone.
44
45 ;# {BaseURL} {} {BaseURL} {"http://example.com" "http://127.0.0.1"} "http://127.0.0.1"
46 HostName = "localhost"
47 BaseURL = http://127.0.0.1
48 GridURL = http://127.0.0.1
49
50 ;# {PublicPort} {} {PublicPort} {8002 9000} "8002"
51 PublicPort = "8002"
52
53 ; The private port of the Robust server
54 PrivatePort = "8003"
55
56
57 DataProvider = "OpenSim.Data.MySQL.dll"
58 ConnectionString = "Data Source=MYSQL_HOST;Database=MYSQL_DB;User ID=MYSQL_USER;Password=MYSQL_PASSWORD;Old Guids=true;"
59 1
60; * The startup section lists all the connectors to start up in this server 2; * The startup section lists all the connectors to start up in this server
61; * instance. This may be only one, or it may be the entire server suite. 3; * instance. This may be only one, or it may be the entire server suite.