aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/config-include/config.ini.IG_example
diff options
context:
space:
mode:
Diffstat (limited to 'bin/config-include/config.ini.IG_example ')
-rw-r--r--bin/config-include/config.ini.IG_example 54
1 files changed, 54 insertions, 0 deletions
diff --git a/bin/config-include/config.ini.IG_example b/bin/config-include/config.ini.IG_example
new file mode 100644
index 0000000..710ccae
--- /dev/null
+++ b/bin/config-include/config.ini.IG_example
@@ -0,0 +1,54 @@
1; **
2; * The Const section allows us to define some basic information that we
3; * will use throughout our configuration. We will provide examples for
4; * setting the base url of the Robust server and the public and private ports
5; * it uses. Changing the values of the constants will set the operating
6; * parameters thoughout the configuration. Other constants that may prove
7; * to be useful may be added to the followin section. They may be
8; * referenced anywhere in the configuration by using ${Const|Name}. One
9; * such use is providing a base path for setting locations that Robust
10; * uses to write data.
11
12; Also put grid specific stuff here.
13
14
15[Paths]
16 AssetsPath = "../../AssetFiles"
17 BackupPath = "../../backups"
18 CachePath = "../../caches"
19 DbPath = "../../db"
20 LogPath = "../../logs"
21
22
23[Const]
24; MOTD = "onefang needs a little coding or sysadmin work to keep IG going. Please help me find some."
25 MOTD = "More members are coming, slowly. Invite your friends to."
26
27 GridName = "Infinite Grid"
28 ShortGridName = "IG"
29
30 ; For a grid these will usually be the externally accessible IP/DNS
31 ; name and use default public port 8002 and default private port 8003
32 ; For a standalone this will usually be the externally accessible IP/DNS
33 ; name and use default public port 9000. The private port is not used
34 ; in the configuration for a standalone.
35
36 ;# {BaseURL} {} {BaseURL} {"http://example.com" "http://127.0.0.1"} "http://127.0.0.1"
37 BaseHostname = "http://grid.infinitegrid.org"
38 HostName = "grid.infinitegrid.org"
39 BaseURL = http://grid.infinitegrid.org
40 GridURL = http://grid.infinitegrid.org
41
42 ;# {PublicPort} {} {PublicPort} {8002 9000} "8002"
43 PublicPort = "8002"
44
45 ;# {PrivatePort} {} {PrivatePort} {8003} "8003"
46 PrivatePort = "8003"
47
48
49 DataProvider = "OpenSim.Data.MySQL.dll"
50 ConnectionString = "Data Source=localhost;Database=****;User ID=****;Password=****;Old Guids=true;"
51
52
53 ; The public port of the Robust server -- THIS IS SPECIAL PORT FOR ASSSET SERVER
54 AssetServerPort = "8003"