diff options
Diffstat (limited to 'bin/Robust.ini.example')
-rw-r--r-- | bin/Robust.ini.example | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/bin/Robust.ini.example b/bin/Robust.ini.example index 829e393..203c0e0 100644 --- a/bin/Robust.ini.example +++ b/bin/Robust.ini.example | |||
@@ -81,6 +81,19 @@ MapGetServiceConnector = "8002/OpenSim.Server.Handlers.dll:MapGetServiceConnecto | |||
81 | ; Password for cert | 81 | ; Password for cert |
82 | ; cert_pass = "password" | 82 | ; cert_pass = "password" |
83 | 83 | ||
84 | ;; The follow 3 variables are for HTTP Basic Authentication for the Robust services. | ||
85 | ;; Use this if your central services in port 8003 need to be accessible on the Internet | ||
86 | ;; but you want to protect them from unauthorized access. | ||
87 | ; AuthType = "BasicHttpAuthentication" | ||
88 | ; HttpAuthUsername = "some_username" | ||
89 | ; HttpAuthPassword = "some_password" | ||
90 | ;; | ||
91 | ;; AuthType above can be overriden in any of the service sections below by | ||
92 | ; AuthType = "None" | ||
93 | ;; This is useful in cases where you want to protect most of the services, | ||
94 | ;; but unprotect individual services. Username and Password can also be | ||
95 | ;; overriden if you want to use different credentials for the different services. | ||
96 | |||
84 | 97 | ||
85 | ; * The following are for the remote console | 98 | ; * The following are for the remote console |
86 | ; * They have no effect for the local or basic console types | 99 | ; * They have no effect for the local or basic console types |
@@ -240,6 +253,7 @@ MapGetServiceConnector = "8002/OpenSim.Server.Handlers.dll:MapGetServiceConnecto | |||
240 | GridService = "OpenSim.Services.GridService.dll:GridService" | 253 | GridService = "OpenSim.Services.GridService.dll:GridService" |
241 | InventoryService = "OpenSim.Services.InventoryService.dll:XInventoryService" | 254 | InventoryService = "OpenSim.Services.InventoryService.dll:XInventoryService" |
242 | AvatarService = "OpenSim.Services.AvatarService.dll:AvatarService" | 255 | AvatarService = "OpenSim.Services.AvatarService.dll:AvatarService" |
256 | GridUserService = "OpenSim.Services.UserAccountService.dll:GridUserService" | ||
243 | 257 | ||
244 | ;; This switch creates the minimum set of body parts and avatar entries for a viewer 2 | 258 | ;; This switch creates the minimum set of body parts and avatar entries for a viewer 2 |
245 | ;; to show a default "Ruth" avatar rather than a cloud for a newly created user. | 259 | ;; to show a default "Ruth" avatar rather than a cloud for a newly created user. |