aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/Robust.ini.example
diff options
context:
space:
mode:
authorJeff Ames2010-10-04 22:44:10 -0400
committerJeff Ames2010-10-04 22:44:22 -0400
commit07122614d52bcafded675c81bdda971cb5387510 (patch)
treead4aeb321bcb1e10eaffe8aa4da55356df753924 /bin/Robust.ini.example
parentMerge branch 'master' of melanie@opensimulator.org:/var/git/opensim (diff)
downloadopensim-SC_OLD-07122614d52bcafded675c81bdda971cb5387510.zip
opensim-SC_OLD-07122614d52bcafded675c81bdda971cb5387510.tar.gz
opensim-SC_OLD-07122614d52bcafded675c81bdda971cb5387510.tar.bz2
opensim-SC_OLD-07122614d52bcafded675c81bdda971cb5387510.tar.xz
Formatting cleanup.
Diffstat (limited to 'bin/Robust.ini.example')
-rw-r--r--bin/Robust.ini.example7
1 files changed, 3 insertions, 4 deletions
diff --git a/bin/Robust.ini.example b/bin/Robust.ini.example
index e42268d..10edccd 100644
--- a/bin/Robust.ini.example
+++ b/bin/Robust.ini.example
@@ -57,12 +57,12 @@ ServiceConnectors = "8003/OpenSim.Server.Handlers.dll:AssetServiceConnector,8003
57 LocalServiceModule = "OpenSim.Services.GridService.dll:GridService" 57 LocalServiceModule = "OpenSim.Services.GridService.dll:GridService"
58 ; Realm = "regions" 58 ; Realm = "regions"
59 ; AllowDuplicateNames = "True" 59 ; AllowDuplicateNames = "True"
60 60
61 ;; Next, we can specify properties of regions, including default and fallback regions 61 ;; Next, we can specify properties of regions, including default and fallback regions
62 ;; The syntax is: Region_<RegionName> = "<flags>" 62 ;; The syntax is: Region_<RegionName> = "<flags>"
63 ;; or: Region_<RegionID> = "<flags>" 63 ;; or: Region_<RegionID> = "<flags>"
64 ;; where <flags> can be DefaultRegion, FallbackRegion, NoDirectLogin, Persistent, LockedOut,Reservation,NoMove,Authenticate 64 ;; where <flags> can be DefaultRegion, FallbackRegion, NoDirectLogin, Persistent, LockedOut,Reservation,NoMove,Authenticate
65 ;; For example: 65 ;; For example:
66 ; Region_Welcome_Area = "DefaultRegion, FallbackRegion" 66 ; Region_Welcome_Area = "DefaultRegion, FallbackRegion"
67 ; (replace spaces with underscore) 67 ; (replace spaces with underscore)
68 68
@@ -83,7 +83,7 @@ ServiceConnectors = "8003/OpenSim.Server.Handlers.dll:AssetServiceConnector,8003
83 ; for the server connector 83 ; for the server connector
84 AuthenticationServiceModule = "OpenSim.Services.AuthenticationService.dll:PasswordAuthenticationService" 84 AuthenticationServiceModule = "OpenSim.Services.AuthenticationService.dll:PasswordAuthenticationService"
85 UserAccountServiceModule = "OpenSim.Services.UserAccountService.dll:UserAccountService" 85 UserAccountServiceModule = "OpenSim.Services.UserAccountService.dll:UserAccountService"
86 86
87; * This is the new style authentication service. Currently, only MySQL 87; * This is the new style authentication service. Currently, only MySQL
88; * is implemented. "Realm" is the table that is used for user lookup. 88; * is implemented. "Realm" is the table that is used for user lookup.
89; * It defaults to "useraccounts", which uses the new style. 89; * It defaults to "useraccounts", which uses the new style.
@@ -144,7 +144,6 @@ ServiceConnectors = "8003/OpenSim.Server.Handlers.dll:AssetServiceConnector,8003
144 ; If you run this login server behind a proxy, set this to true 144 ; If you run this login server behind a proxy, set this to true
145 ; HasProxy = true 145 ; HasProxy = true
146 146
147
148[GridInfoService] 147[GridInfoService]
149 ; These settings are used to return information on a get_grid_info call. 148 ; These settings are used to return information on a get_grid_info call.
150 ; Client launcher scripts and third-party clients make use of this to 149 ; Client launcher scripts and third-party clients make use of this to