diff options
author | Jonathan Freedman | 2010-10-05 14:17:18 -0400 |
---|---|---|
committer | Jonathan Freedman | 2010-10-05 14:17:18 -0400 |
commit | 8f1acb890ac49ea004bf43065ce8d3472bb27708 (patch) | |
tree | 07e4e5fc77f764232c958bdbf8f93f2651da1663 /bin/Robust.ini.example | |
parent | Merge branch 'master' of git://opensimulator.org/git/opensim (diff) | |
parent | Formatting cleanup. (diff) | |
download | opensim-SC_OLD-8f1acb890ac49ea004bf43065ce8d3472bb27708.zip opensim-SC_OLD-8f1acb890ac49ea004bf43065ce8d3472bb27708.tar.gz opensim-SC_OLD-8f1acb890ac49ea004bf43065ce8d3472bb27708.tar.bz2 opensim-SC_OLD-8f1acb890ac49ea004bf43065ce8d3472bb27708.tar.xz |
Merge branch 'master' of git://opensimulator.org/git/opensim
Diffstat (limited to 'bin/Robust.ini.example')
-rw-r--r-- | bin/Robust.ini.example | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/bin/Robust.ini.example b/bin/Robust.ini.example index 093ead8..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. |
@@ -141,6 +141,8 @@ ServiceConnectors = "8003/OpenSim.Server.Handlers.dll:AssetServiceConnector,8003 | |||
141 | ; For snowglobe's web map | 141 | ; For snowglobe's web map |
142 | ; MapTileURL = ""; | 142 | ; MapTileURL = ""; |
143 | 143 | ||
144 | ; If you run this login server behind a proxy, set this to true | ||
145 | ; HasProxy = true | ||
144 | 146 | ||
145 | [GridInfoService] | 147 | [GridInfoService] |
146 | ; 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. |