diff options
Diffstat (limited to 'bin/config-include/GridCommon.ini.example')
-rw-r--r-- | bin/config-include/GridCommon.ini.example | 144 |
1 files changed, 101 insertions, 43 deletions
diff --git a/bin/config-include/GridCommon.ini.example b/bin/config-include/GridCommon.ini.example index e53fcca..0922cf5 100644 --- a/bin/config-include/GridCommon.ini.example +++ b/bin/config-include/GridCommon.ini.example | |||
@@ -26,6 +26,32 @@ | |||
26 | ;StorageProvider = "OpenSim.Data.MSSQL.dll" | 26 | ;StorageProvider = "OpenSim.Data.MSSQL.dll" |
27 | ;ConnectionString = "Server=localhost\SQLEXPRESS;Database=opensim;User Id=opensim; password=***;" | 27 | ;ConnectionString = "Server=localhost\SQLEXPRESS;Database=opensim;User Id=opensim; password=***;" |
28 | 28 | ||
29 | ; PGSQL | ||
30 | ; Uncomment these lines if you want to use PGSQL storage | ||
31 | ; Change the connection string to your db details | ||
32 | ;StorageProvider = "OpenSim.Data.PGSQL.dll" | ||
33 | ;ConnectionString = "Server=localhost;Database=opensim;User Id=opensim; password=***;" | ||
34 | |||
35 | [Hypergrid] | ||
36 | ; Uncomment the variables in this section only if you are in | ||
37 | ; Hypergrid configuration. Otherwise, ignore. | ||
38 | |||
39 | ;# {HomeURI} {Hypergrid} {The Home URL of this world} {} | ||
40 | ;; If this is a standalone world, this is the address of this instance. | ||
41 | ;; If this is a grided simulator, this is the address of the external robust server that | ||
42 | ;; runs the UserAgentsService. | ||
43 | ;; For example http://myworld.com:9000 or http://myworld.com:8002 | ||
44 | ;; This is a default that can be overwritten in some sections. | ||
45 | ; HomeURI = "${Const|BaseURL}:${Const|PublicPort}" | ||
46 | |||
47 | ;# {GatekeeperURI} {Hypergrid} {The URL of the gatekeeper of this world} {} | ||
48 | ;; If this is a standalone world, this is the address of this instance. | ||
49 | ;; If this is a grided simulator, this is the address of the external robust server | ||
50 | ;; that runs the Gatekeeper service. | ||
51 | ;; For example http://myworld.com:9000 or http://myworld.com:8002 | ||
52 | ;; This is a default that can be overwritten in some sections. | ||
53 | ; GatekeeperURI = "${Const|BaseURL}:${Const|PublicPort}" | ||
54 | |||
29 | [Modules] | 55 | [Modules] |
30 | ;; Choose one cache module and the corresponding config file, if it exists. | 56 | ;; Choose one cache module and the corresponding config file, if it exists. |
31 | ;; Copy the config .example file into your own .ini file and adapt that. | 57 | ;; Copy the config .example file into your own .ini file and adapt that. |
@@ -52,25 +78,25 @@ | |||
52 | ; | 78 | ; |
53 | ; Change this to your grid-wide asset server. Do not add a slash to the end of any of these addresses. | 79 | ; Change this to your grid-wide asset server. Do not add a slash to the end of any of these addresses. |
54 | ; | 80 | ; |
55 | AssetServerURI = "http://mygridserver.com:8003" | 81 | AssetServerURI = "${Const|BaseURL}:${Const|PrivatePort}" |
56 | 82 | ||
57 | [InventoryService] | 83 | [InventoryService] |
58 | ; | 84 | ; |
59 | ; Change this to your grid-wide inventory server | 85 | ; Change this to your grid-wide inventory server |
60 | ; | 86 | ; |
61 | InventoryServerURI = "http://mygridserver.com:8003" | 87 | InventoryServerURI = "${Const|BaseURL}:${Const|PrivatePort}" |
62 | 88 | ||
63 | [GridInfo] | 89 | [GridInfo] |
64 | ; | 90 | ; |
65 | ; Change this to your grid info service | 91 | ; Change this to your grid info service |
66 | ; | 92 | ; |
67 | GridInfoURI = "http://mygridserver.com:8002" | 93 | GridInfoURI = "${Const|BaseURL}:${Const|PublicPort}" |
68 | 94 | ||
69 | [GridService] | 95 | [GridService] |
70 | ; | 96 | ; |
71 | ; Change this to your grid-wide grid server | 97 | ; Change this to your grid-wide grid server |
72 | ; | 98 | ; |
73 | GridServerURI = "http://mygridserver.com:8003" | 99 | GridServerURI = "${Const|BaseURL}:${Const|PrivatePort}" |
74 | ;AllowHypergridMapSearch = true | 100 | ;AllowHypergridMapSearch = true |
75 | 101 | ||
76 | ;; Directory for map tile images of linked regions | 102 | ;; Directory for map tile images of linked regions |
@@ -79,51 +105,67 @@ | |||
79 | ; === HG ONLY === | 105 | ; === HG ONLY === |
80 | ;; Change this to the address of your Gatekeeper service | 106 | ;; Change this to the address of your Gatekeeper service |
81 | ;; (usually bundled with the rest of the services in one | 107 | ;; (usually bundled with the rest of the services in one |
82 | ;; Robust server in port 8002, but not always) | 108 | ;; Robust server in port ${Const|PublicPort}, but not always) |
83 | Gatekeeper="http://mygridserver.com:8002" | 109 | Gatekeeper="${Const|BaseURL}:${Const|PublicPort}" |
110 | |||
111 | [EstateDataStore] | ||
112 | ; | ||
113 | ; Uncomment if you want centralized estate data at robust server, | ||
114 | ; in which case the URL in [EstateService] will be used | ||
115 | ; | ||
116 | ;LocalServiceModule = "OpenSim.Services.Connectors.dll:EstateDataRemoteConnector" | ||
117 | |||
118 | [EstateService] | ||
119 | EstateServerURI = "${Const|BaseURL}:${Const|PrivatePort}" | ||
84 | 120 | ||
85 | [Messaging] | 121 | [Messaging] |
86 | ; === HG ONLY === | 122 | ; === HG ONLY === |
87 | ;; Change this to the address of your Gatekeeper service | 123 | ;; Change this to the address of your Gatekeeper service |
88 | ;; (usually bundled with the rest of the services in one | 124 | ;; (usually bundled with the rest of the services in one |
89 | ;; Robust server in port 8002, but not always) | 125 | ;; Robust server in port ${Const|PublicPort}, but not always) |
90 | Gatekeeper = "http://mygridserver.com:8002" | 126 | Gatekeeper = "${Const|BaseURL}:${Const|PublicPort}" |
91 | 127 | ||
92 | [AvatarService] | 128 | [AvatarService] |
93 | ; | 129 | ; |
94 | ; Change this to your grid-wide grid server | 130 | ; Change this to your grid-wide grid server |
95 | ; | 131 | ; |
96 | AvatarServerURI = "http://mygridserver.com:8003" | 132 | AvatarServerURI = "${Const|BaseURL}:${Const|PrivatePort}" |
133 | |||
134 | [AgentPreferencesService] | ||
135 | ; | ||
136 | ; Change this to your grid-wide avatar prefs server | ||
137 | ; | ||
138 | AgentPreferencesServerURI = "${Const|BaseURL}:${Const|PrivatePort}" | ||
97 | 139 | ||
98 | [PresenceService] | 140 | [PresenceService] |
99 | ; | 141 | ; |
100 | ; Change this to your grid-wide presence server | 142 | ; Change this to your grid-wide presence server |
101 | ; | 143 | ; |
102 | PresenceServerURI = "http://mygridserver.com:8003" | 144 | PresenceServerURI = "${Const|BaseURL}:${Const|PrivatePort}" |
103 | 145 | ||
104 | [UserAccountService] | 146 | [UserAccountService] |
105 | ; | 147 | ; |
106 | ; Change this to your grid-wide user accounts server | 148 | ; Change this to your grid-wide user accounts server |
107 | ; | 149 | ; |
108 | UserAccountServerURI = "http://mygridserver.com:8003" | 150 | UserAccountServerURI = "${Const|BaseURL}:${Const|PrivatePort}" |
109 | 151 | ||
110 | [GridUserService] | 152 | [GridUserService] |
111 | ; | 153 | ; |
112 | ; Change this to your grid-wide user accounts server | 154 | ; Change this to your grid-wide user accounts server |
113 | ; | 155 | ; |
114 | GridUserServerURI = "http://mygridserver.com:8003" | 156 | GridUserServerURI = "${Const|BaseURL}:${Const|PrivatePort}" |
115 | 157 | ||
116 | [AuthenticationService] | 158 | [AuthenticationService] |
117 | ; | 159 | ; |
118 | ; Change this to your grid-wide authentication server | 160 | ; Change this to your grid-wide authentication server |
119 | ; | 161 | ; |
120 | AuthenticationServerURI = "http://mygridserver.com:8003" | 162 | AuthenticationServerURI = "${Const|BaseURL}:${Const|PrivatePort}" |
121 | 163 | ||
122 | [FriendsService] | 164 | [FriendsService] |
123 | ; | 165 | ; |
124 | ; Change this to your grid-wide friends server | 166 | ; Change this to your grid-wide friends server |
125 | ; | 167 | ; |
126 | FriendsServerURI = "http://mygridserver.com:8003" | 168 | FriendsServerURI = "${Const|BaseURL}:${Const|PrivatePort}" |
127 | 169 | ||
128 | [HGInventoryAccessModule] | 170 | [HGInventoryAccessModule] |
129 | ; | 171 | ; |
@@ -131,15 +173,23 @@ | |||
131 | ; Change this to your server | 173 | ; Change this to your server |
132 | ; accessible from other grids | 174 | ; accessible from other grids |
133 | ; | 175 | ; |
134 | HomeURI = "http://mygridserver.com:8002" | 176 | HomeURI = "${Const|BaseURL}:${Const|PublicPort}" |
135 | Gatekeeper = "http://mygridserver.com:8002" | 177 | Gatekeeper = "${Const|BaseURL}:${Const|PublicPort}" |
136 | ;; If you want to protect your assets from being copied by foreign visitors | 178 | ;; If you want to protect your assets from being copied by foreign visitors |
137 | ;; uncomment the next line. You may want to do this on sims that have licensed content. | 179 | ;; set this to false. You may want to do this on sims that have licensed content. |
138 | ; OutboundPermission = False | 180 | ;; Default is true. |
181 | ; OutboundPermission = True | ||
182 | |||
183 | ;; Send visual reminder to local users that their inventories are unavailable while they are traveling | ||
184 | ;; and available when they return. True by default. | ||
185 | ;RestrictInventoryAccessAbroad = True | ||
139 | 186 | ||
140 | ;; Send visual reminder to local users that their inventories are unavailable while they are traveling | 187 | ;; Warning: advanced and unusual. Default is false. |
141 | ;; and available when they return. True by default. | 188 | ;; Enables configurations where grids share user services, including inventory, |
142 | ;RestrictInventoryAccessAbroad = True | 189 | ;; while separating regions' assets from users' assets. Asset transfer between |
190 | ;; the users' asset server and the regions' asset server is done in HG-like manner. | ||
191 | ; CheckSeparateAssets = false | ||
192 | ; RegionHGAssetServerURI = ${Const|BaseURL}:${Const|PublicPort} | ||
143 | 193 | ||
144 | 194 | ||
145 | [HGAssetService] | 195 | [HGAssetService] |
@@ -148,17 +198,17 @@ | |||
148 | ; Change this to your server | 198 | ; Change this to your server |
149 | ; accessible from other grids | 199 | ; accessible from other grids |
150 | ; | 200 | ; |
151 | HomeURI = "http://mygridserver.com:8002" | 201 | HomeURI = "${Const|BaseURL}:${Const|PublicPort}" |
152 | 202 | ||
153 | ;; The asset types that this grid can export to / import from other grids. | 203 | ;; The asset types that this grid can export to / import from other grids. |
154 | ;; Comma separated. | 204 | ;; Comma separated. |
155 | ;; Valid values are all the asset types in OpenMetaverse.AssetType, namely: | 205 | ;; Valid values are all the asset types in OpenMetaverse.AssetType, namely: |
156 | ;; Unknown, Texture, Sound, CallingCard, Landmark, Clothing, Object, Notecard, LSLText, | 206 | ;; Unknown, Texture, Sound, CallingCard, Landmark, Clothing, Object, Notecard, LSLText, |
157 | ;; LSLBytecode, TextureTGA, Bodypart, SoundWAV, ImageTGA, ImageJPEG, Animation, Gesture, Mesh | 207 | ;; LSLBytecode, TextureTGA, Bodypart, SoundWAV, ImageTGA, ImageJPEG, Animation, Gesture, Mesh |
158 | ;; | 208 | ;; |
159 | ;; Leave blank or commented if you don't want to apply any restrictions. | 209 | ;; Leave blank or commented if you don't want to apply any restrictions. |
160 | ;; A more strict, but still reasonable, policy may be to disallow the exchange | 210 | ;; A more strict, but still reasonable, policy may be to disallow the exchange |
161 | ;; of scripts, like so: | 211 | ;; of scripts, like so: |
162 | ; DisallowExport ="LSLText" | 212 | ; DisallowExport ="LSLText" |
163 | ; DisallowImport ="LSLBytecode" | 213 | ; DisallowImport ="LSLBytecode" |
164 | 214 | ||
@@ -171,17 +221,25 @@ | |||
171 | ; === HG ONLY === | 221 | ; === HG ONLY === |
172 | ; Change this to your user agent server (HG robust) | 222 | ; Change this to your user agent server (HG robust) |
173 | ; | 223 | ; |
174 | UserAgentServerURI = "http://mygridserver.com:8002" | 224 | UserAgentServerURI = "${Const|BaseURL}:${Const|PublicPort}" |
175 | 225 | ||
176 | [MapImageService] | 226 | [MapImageService] |
177 | MapImageServerURI = "http://mygridserver.com:8003" | 227 | MapImageServerURI = "${Const|BaseURL}:${Const|PrivatePort}" |
178 | 228 | ||
179 | [AuthorizationService] | 229 | [AuthorizationService] |
180 | ; If you have regions with access restrictions | 230 | ; If you have regions with access restrictions |
181 | ; specify them here using the convention | 231 | ; specify them here using the convention |
182 | ; Region_<Region_Name> = <flags> | 232 | ; Region_<Region_Name> = <flags> |
183 | ; Valid flags are: | 233 | ; Valid flags are: |
184 | ; DisallowForeigners -- HG visitors not allowed | 234 | ; DisallowForeigners -- HG visitors not allowed |
185 | ; DisallowResidents -- only Admins and Managers allowed | 235 | ; DisallowResidents -- only Admins and Managers allowed |
186 | ; Example: | 236 | ; Example: |
187 | ; Region_Test_1 = "DisallowForeigners" | 237 | ; Region_Test_1 = "DisallowForeigners" |
238 | |||
239 | ;; Uncomment if you are using SimianGrid for grid services | ||
240 | [SimianGrid] | ||
241 | ;; SimianGrid services URL | ||
242 | ;; SimianServiceURL = "http://grid.sciencesim.com/Grid/" | ||
243 | |||
244 | ;; Capability assigned by the grid administrator for the simulator | ||
245 | ;; SimulatorCapability = "00000000-0000-0000-0000-000000000000" | ||