diff options
Diffstat (limited to '')
-rw-r--r-- | bin/Robust.HG.ini.example | 18 |
1 files changed, 16 insertions, 2 deletions
diff --git a/bin/Robust.HG.ini.example b/bin/Robust.HG.ini.example index 14e9bff..aaa78ff 100644 --- a/bin/Robust.HG.ini.example +++ b/bin/Robust.HG.ini.example | |||
@@ -104,6 +104,21 @@ HGAssetServiceConnector = "HGAssetService@8002/OpenSim.Server.Handlers.dll:Asset | |||
104 | ; Password for cert | 104 | ; Password for cert |
105 | ; cert_pass = "password" | 105 | ; cert_pass = "password" |
106 | 106 | ||
107 | ;; The follow 3 variables are for HTTP Basic Authentication for the Robust services. | ||
108 | ;; Use this if your central services in port 8003 need to be accessible on the Internet | ||
109 | ;; but you want to protect them from unauthorized access. | ||
110 | ; AuthType = "BasicHttpAuthentication" | ||
111 | ; HttpAuthUsername = "some_username" | ||
112 | ; HttpAuthPassword = "some_password" | ||
113 | ;; | ||
114 | ;; AuthType above can be overriden in any of the service sections below by | ||
115 | ; AuthType = "None" | ||
116 | ;; This is useful in cases where you want to protect most of the services, | ||
117 | ;; but unprotect individual services. Username and Password can also be | ||
118 | ;; overriden if you want to use different credentials for the different services. | ||
119 | ;; Hypgergrid services are not affected by this; they are publicly available | ||
120 | ;; by design. | ||
121 | |||
107 | 122 | ||
108 | ; * The following are for the remote console | 123 | ; * The following are for the remote console |
109 | ; * They have no effect for the local or basic console types | 124 | ; * They have no effect for the local or basic console types |
@@ -163,8 +178,6 @@ HGAssetServiceConnector = "HGAssetService@8002/OpenSim.Server.Handlers.dll:Asset | |||
163 | [GridService] | 178 | [GridService] |
164 | LocalServiceModule = "OpenSim.Services.GridService.dll:GridService" | 179 | LocalServiceModule = "OpenSim.Services.GridService.dll:GridService" |
165 | 180 | ||
166 | HypergridLinker = true | ||
167 | |||
168 | ; Realm = "regions" | 181 | ; Realm = "regions" |
169 | ; AllowDuplicateNames = "True" | 182 | ; AllowDuplicateNames = "True" |
170 | 183 | ||
@@ -284,6 +297,7 @@ HGAssetServiceConnector = "HGAssetService@8002/OpenSim.Server.Handlers.dll:Asset | |||
284 | GridService = "OpenSim.Services.GridService.dll:GridService" | 297 | GridService = "OpenSim.Services.GridService.dll:GridService" |
285 | InventoryService = "OpenSim.Services.InventoryService.dll:XInventoryService" | 298 | InventoryService = "OpenSim.Services.InventoryService.dll:XInventoryService" |
286 | AvatarService = "OpenSim.Services.AvatarService.dll:AvatarService" | 299 | AvatarService = "OpenSim.Services.AvatarService.dll:AvatarService" |
300 | GridUserService = "OpenSim.Services.UserAccountService.dll:GridUserService" | ||
287 | 301 | ||
288 | ;; This switch creates the minimum set of body parts and avatar entries for a viewer 2 | 302 | ;; This switch creates the minimum set of body parts and avatar entries for a viewer 2 |
289 | ;; to show a default "Ruth" avatar rather than a cloud for a newly created user. | 303 | ;; to show a default "Ruth" avatar rather than a cloud for a newly created user. |