aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authoronefang2020-09-08 21:24:43 +1000
committeronefang2020-09-08 21:24:43 +1000
commitb61929f6804eaee8b12164f382e1513647f9d247 (patch)
treecf3ae7a4e671bc070ad35d6b97c109e0f465cbb4
parentMajor clean up of config and ini files. (diff)
downloadopensim-SC-b61929f6804eaee8b12164f382e1513647f9d247.zip
opensim-SC-b61929f6804eaee8b12164f382e1513647f9d247.tar.gz
opensim-SC-b61929f6804eaee8b12164f382e1513647f9d247.tar.bz2
opensim-SC-b61929f6804eaee8b12164f382e1513647f9d247.tar.xz
.ini files for various grids.
-rw-r--r--bin/config-include/config_DG.ini87
-rw-r--r--bin/config-include/config_IG.ini105
-rw-r--r--bin/config-include/config_MG.ini125
3 files changed, 317 insertions, 0 deletions
diff --git a/bin/config-include/config_DG.ini b/bin/config-include/config_DG.ini
new file mode 100644
index 0000000..c407733
--- /dev/null
+++ b/bin/config-include/config_DG.ini
@@ -0,0 +1,87 @@
1; The Const section allows us to define some basic 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 ConfigPath = "../../config"
19 DbPath = "../../db"
20 LogPath = "../../logs"
21 WebPath = "../../web"
22
23[Const]
24 MOTD = "Welcome to Destiny Grid."
25
26 GridName = "Destiny Grid"
27 ShortGridName = "DG"
28
29 ; For a grid these will usually be the externally accessible IP/DNS
30 ; name and use default public port 8002 and default private port 8003
31 ; For a standalone this will usually be the externally accessible IP/DNS
32 ; name and use default public port 9000. The private port is not used
33 ; in the configuration for a standalone.
34 BaseHostname = "http://destiny-grid.pleasecome.in"
35 HostName = "destiny-grid.pleasecome.in"
36 BaseURL = ${Const|BaseHostname}
37 GridURL = ${Const|BaseHostname}
38 SSLURL = "https://${Const|HostName}"
39
40 PublicPort = "8002"
41 PrivatePort = "8003"
42 PublicSSLPort = "8443"
43
44 ; The public port of the ROBUST asset server, which might be different.
45 AssetServerPort = "8003"
46
47 ; Database credentials.
48 DataProvider = "OpenSim.Data.MySQL.dll"
49 ConnectionString = "Data Source=MYSQL_HOST;Database=MYSQL_DB;User ID=MYSQL_USER;Password=MYSQL_PASSWORD;Old Guids=true;"
50
51[AuthorizationService]
52 DefaultRegionAccess = "DisallowForeigners"
53 ; If you have regions with access restrictions
54 ; specify them here using the convention
55 ; Region_<Region_Name> = <flags>
56 ; Valid flags are:
57 ; DisallowForeigners -- HG visitors not allowed
58 ; DisallowResidents -- only Admins and Managers allowed
59 ; None -- No restrictions.
60
61 Region_Sandbox = "None"
62 Region_Destiny_Welcome = "None"
63 Region_Destiny_Shopping = "None"
64
65[Groups]
66 AddDefaultGroup = "Destiny Grid support|Destiny Grid chat"
67
68[Permissions]
69 region_owner_is_god = true
70 region_manager_is_god = true
71 parcel_owner_is_god = false
72
73[GodNames]
74 Enabled = true
75 FullNames = "onefang rejected,Rhi Syn"
76; FirstNames = "Infinite,infinite"
77; Surnames = "Kryztlsk"
78
79[GridService]
80 Region_Sandbox = "DefaultHGRegion, FallbackRegion, Persistent"
81 Region_Destiny_Welcome = "DefaultRegion, FallbackRegion, Persistent"
82 Region_Destiny_Shopping = "FallbackRegion, Persistent"
83
84; Normally this section goes in the ThisSim.ini file, but this is common for all.
85;[Region]
86; InternalAddress = "0.0.0.0"
87; ExternalHostName = "destiny-grid.pleasecome.in"
diff --git a/bin/config-include/config_IG.ini b/bin/config-include/config_IG.ini
new file mode 100644
index 0000000..bd809bf
--- /dev/null
+++ b/bin/config-include/config_IG.ini
@@ -0,0 +1,105 @@
1; The Const section allows us to define some basic 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 ConfigPath = "../../config"
19 DbPath = "../../db"
20 LogPath = "../../logs"
21 WebPath = "../../web"
22
23[Const]
24 MOTD = "onefang needs a little coding or sysadmin work to keep IG going. Please help me find some."
25
26 GridName = "Infinite Grid"
27 ShortGridName = "IG"
28
29 ; For a grid these will usually be the externally accessible IP/DNS
30 ; name and use default public port 8002 and default private port 8003
31 ; For a standalone this will usually be the externally accessible IP/DNS
32 ; name and use default public port 9000. The private port is not used
33 ; in the configuration for a standalone.
34 BaseHostname = "http://grid.infinitegrid.org"
35 HostName = "grid.infinitegrid.org"
36 BaseURL = ${Const|BaseHostname}
37 GridURL = ${Const|BaseHostname}
38 SSLURL = "https://${Const|HostName}"
39
40 PublicPort = "8002"
41 PrivatePort = "8003"
42 PublicSSLPort = "8443"
43
44 ; The public port of the ROBUST asset server, which might be different.
45 AssetServerPort = "8003"
46
47 ; Database credentials.
48 DataProvider = "OpenSim.Data.MySQL.dll"
49 ConnectionString = "Data Source=MYSQL_HOST;Database=MYSQL_DB;User ID=MYSQL_USER;Password=MYSQL_PASSWORD;Old Guids=true;"
50
51[AuthorizationService]
52 DefaultRegionAccess = "DisallowForeigners"
53 ; If you have regions with access restrictions
54 ; specify them here using the convention
55 ; Region_<Region_Name> = <flags>
56 ; Valid flags are:
57 ; DisallowForeigners -- HG visitors not allowed
58 ; DisallowResidents -- only Admins and Managers allowed
59 ; None -- No restrictions.
60
61 Region_Kellietown = "None"
62 Region_Sandbox = "None"
63 Region_Welcome = "None"
64
65[Groups]
66 AddDefaultGroup = "Infinite Grid chat|Infinite Grid support"
67 AddHGDefaultGroup_misfitzgrid.com = "Infinite Grid support"
68
69[Permissions]
70 region_owner_is_god = true
71 region_manager_is_god = true
72 parcel_owner_is_god = false
73
74[GodNames]
75 Enabled = true
76 FullNames = "Infinite BootsFang,Infinite Crush,infinite onefang,Infinite Riseon"
77 FirstNames = "Infinite,infinite"
78; Surnames = "Kryztlsk"
79
80[GridService]
81 Region_Welcome = "DefaultRegion, FallbackRegion, Persistent"
82 Region_Sandbox = "DefaultRegion, FallbackRegion, Persistent"
83 Region_Kellietown = "DefaultRegion, FallbackRegion, Persistent"
84
85[GridInfoService]
86 ; login page: optional: if it exists it will be used to tell the client to use
87 ; this as splash page
88 welcome = ${Const|BaseURL}/drupal/loginpage
89
90 ; helper uri: optional: if it exists it will be used to tell the client to use
91 ; this for all economy related things
92 ;economy = ${Const|BaseURL}/economy
93
94 ; web page of grid: optional: page providing further information about your grid
95 about = ${Const|BaseURL}/drupal/
96
97 ; account creation: optional: page providing further information about obtaining
98 ; a user account on your grid
99 register = ${Const|BaseURL}/drupal/content/How_to_join
100
101 ; help: optional: page providing further assistance for users of your grid
102 help = ${Const|BaseURL}/drupal/Tags/help
103
104 ; password help: optional: page providing password assistance for users of your grid
105 password = ${Const|BaseURL}/drupal
diff --git a/bin/config-include/config_MG.ini b/bin/config-include/config_MG.ini
new file mode 100644
index 0000000..862f7b8
--- /dev/null
+++ b/bin/config-include/config_MG.ini
@@ -0,0 +1,125 @@
1; The Const section allows us to define some basic 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 ConfigPath = "../../config"
19 DbPath = "../../db"
20 LogPath = "../../logs"
21 WebPath = "../../web"
22
23[Const]
24 MOTD = "All of the World is a Stage, and Everyone's a Critic."
25
26 GridName = "Misfitz Grid"
27 ShortGridName = "MG"
28
29 ; For a grid these will usually be the externally accessible IP/DNS
30 ; name and use default public port 8002 and default private port 8003
31 ; For a standalone this will usually be the externally accessible IP/DNS
32 ; name and use default public port 9000. The private port is not used
33 ; in the configuration for a standalone.
34 BaseHostname = "http://misfitzgrid.com"
35 HostName = "misfitzgrid.com"
36 BaseURL = ${Const|BaseHostname}
37 GridURL = ${Const|BaseHostname}
38 SSLURL = "https://${Const|HostName}"
39
40 PublicPort = "8002"
41 PrivatePort = "8003"
42 PublicSSLPort = "8443"
43
44 ; The public port of the ROBUST asset server, which might be different.
45 AssetServerPort = "8003"
46
47 ; Database credentials.
48 DataProvider = "OpenSim.Data.MySQL.dll"
49 ConnectionString = "Data Source=MYSQL_HOST;Database=MYSQL_DB;User ID=MYSQL_USER;Password=MYSQL_PASSWORD;Old Guids=true;"
50
51 ; jOpenSim URL
52 jOpensimURL = "http://misfitzgrid.com/members"
53
54[AuthorizationService]
55 DefaultRegionAccess = "DisallowForeigners"
56 ; If you have regions with access restrictions
57 ; specify them here using the convention
58 ; Region_<Region_Name> = <flags>
59 ; Valid flags are:
60 ; DisallowForeigners -- HG visitors not allowed
61 ; DisallowResidents -- only Admins and Managers allowed
62 ; None -- No restrictions.
63
64 Region_Blue_Moon = "None"
65 Region_MisFitz_ = "None"
66 Region_MisFitz_Continuum = "None"
67 Region_MisFitz_Dev = "None"
68 Region_MisFitz_Getaway = "None"
69 Region_MisFitz_Hyperport = "None"
70 Region_MisFitz_Motion = "None"
71 Region_Misfitz_Nature = "None"
72 Region_MisFitz_Residents1 = "None"
73 Region_MisFitz_Residents2 = "None"
74 Region_MisFitz_Sandbox = "None"
75 Region_MisFitz_Shopping = "None"
76 Region_MisFitz_Welcome = "None"
77 Region_MisFitz_Welcome_Beta = "None"
78 Region_White_Harbor = "None"
79
80 Region_Infinite_Grid_Sandbox = "None"
81 Region_Infinite_Grid_Welcome = "None"
82 Region_Kellietown = "None"
83 Region_Life,_the_universe,_and_everything = "None"
84 Region_Naughtie_Nautical = "None"
85 Region_Play_Island = "None"
86
87[Groups]
88 ;# {SecretKey} {ServicesConnectorModule:Groups Remote Service Connector} {Secret key between sim and remote group service} {} ""
89 ;; Used for V2 in Remote only.
90 SecretKey = "Kensentm3"
91 AddDefaultGroup = "MisFitz Grid Residents"
92
93[GodNames]
94 Enabled = true
95 FullNames = "Fr0zenHawk Chillsmoke,Korgi Silvercloud,Max Zephyr"
96; Surnames = "Kryztlsk"
97
98[GridService]
99 Region_MisFitz_Welcome = "DefaultRegion, FallbackRegion"
100 Region_MisFitz_Shopping = "FallbackRegion"
101 Region_MisFitz_HyperPort = "FallbackRegion"
102 Region_MisFitz_Sandbox = "FallbackRegion"
103 Region_MisFitz_Continuum= "DefaultHGRegion"
104
105[GridInfoService]
106 ; login page: optional: if it exists it will be used to tell the client to use
107 ; this as splash page
108 welcome = ${Const|jOpensimURL}/index.php?option=com_opensim
109
110 ; helper uri: optional: if it exists it will be used to tell the client to use
111 ; this for all economy related things
112 economy = ${Const|BaseURL}/_tools/helper/
113
114 ; web page of grid: optional: page providing further information about your grid
115 ;about = ${Const|BaseURL}/about
116
117 ; account creation: optional: page providing further information about obtaining
118 ; a user account on your grid
119 ;register = ${Const|BaseURL}/register
120
121 ; help: optional: page providing further assistance for users of your grid
122 ;help = ${Const|BaseURL}/help
123
124 ; password help: optional: page providing password assistance for users of your grid
125 ;password = ${Const|BaseURL}/password