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