aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/Robust.ini.example
diff options
context:
space:
mode:
Diffstat (limited to 'bin/Robust.ini.example')
-rw-r--r--bin/Robust.ini.example13
1 files changed, 13 insertions, 0 deletions
diff --git a/bin/Robust.ini.example b/bin/Robust.ini.example
index 2f1a627..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