diff options
author | Justin Clark-Casey (justincc) | 2013-09-05 00:41:03 +0100 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2013-09-05 00:41:03 +0100 |
commit | b858be345a03448cf653efc725ec1fd4a57775f2 (patch) | |
tree | bfa0fe5d4906c664222f91e3285bfaad58340d93 /bin/config-include/StandaloneCommon.ini.example | |
parent | Stop "show client stats" from throwing an exception if somehow Scene.m_client... (diff) | |
download | opensim-SC-b858be345a03448cf653efc725ec1fd4a57775f2.zip opensim-SC-b858be345a03448cf653efc725ec1fd4a57775f2.tar.gz opensim-SC-b858be345a03448cf653efc725ec1fd4a57775f2.tar.bz2 opensim-SC-b858be345a03448cf653efc725ec1fd4a57775f2.tar.xz |
minor: add doc about DefaultHGRegion and some of the other GridService region settings (though not all as of yet)
Diffstat (limited to 'bin/config-include/StandaloneCommon.ini.example')
-rw-r--r-- | bin/config-include/StandaloneCommon.ini.example | 20 |
1 files changed, 18 insertions, 2 deletions
diff --git a/bin/config-include/StandaloneCommon.ini.example b/bin/config-include/StandaloneCommon.ini.example index 6b991a8..f7545d4 100644 --- a/bin/config-include/StandaloneCommon.ini.example +++ b/bin/config-include/StandaloneCommon.ini.example | |||
@@ -81,11 +81,27 @@ | |||
81 | ;; Next, we can specify properties of regions, including default and fallback regions | 81 | ;; Next, we can specify properties of regions, including default and fallback regions |
82 | ;; The syntax is: Region_<RegioName> = "<flags>" | 82 | ;; The syntax is: Region_<RegioName> = "<flags>" |
83 | ;; where <flags> can be DefaultRegion, FallbackRegion, NoDirectLogin, Persistent, LockedOut | 83 | ;; where <flags> can be DefaultRegion, FallbackRegion, NoDirectLogin, Persistent, LockedOut |
84 | ;; | ||
85 | ;; DefaultRegion If a local login cannot be placed in the required region (e.g. home region does not exist, avatar is not allowed entry, etc.) | ||
86 | ;; then this region becomes the destination. Only the first online default region will be used. If no DefaultHGRegion | ||
87 | ;; is specified then this will also be used as the region for hypergrid connections that require it (commonly because they have not specified | ||
88 | ;; an explicit region. | ||
89 | ;; | ||
90 | ;; DefaultHGRegion If an avatar connecting via the hypergrid does not specify a region, then they are placed here. Only the first online | ||
91 | ;; region will be used. | ||
92 | ;; | ||
93 | ;; FallbackRegion If the DefaultRegion is not available for a local login, then any FallbackRegions are tried instead. These are tried in the | ||
94 | ;; order specified. This only applies to local logins at this time, not Hypergrid connections. | ||
95 | ;; | ||
96 | ;; NoDirectLogin A hypergrid user cannot directly connect to this region. This does not apply to local logins. | ||
97 | ;; | ||
98 | ;; Persistent When the simulator is shutdown, the region is signalled as offline but left registered on the grid. | ||
99 | ;; | ||
84 | ;; For example: | 100 | ;; For example: |
85 | Region_Welcome_Area = "DefaultRegion, FallbackRegion" | 101 | Region_Welcome_Area = "DefaultRegion, FallbackRegion" |
86 | 102 | ||
87 | ; === HG ONLY === | 103 | ; === HG ONLY === |
88 | ;; If you have this set under [Hypergrid], no need to set it here, leave it commented | 104 | ;; If you have this set under [Hypergrid], no need to set it here, leave it commented |
89 | ; GatekeeperURI="http://127.0.0.1:9000" | 105 | ; GatekeeperURI="http://127.0.0.1:9000" |
90 | 106 | ||
91 | [LibraryModule] | 107 | [LibraryModule] |
@@ -94,7 +110,7 @@ | |||
94 | 110 | ||
95 | [LoginService] | 111 | [LoginService] |
96 | WelcomeMessage = "Welcome, Avatar!" | 112 | WelcomeMessage = "Welcome, Avatar!" |
97 | ;; If you have Gatekeeper set under [Hypergrid], no need to set it here, leave it commented | 113 | ;; If you have Gatekeeper set under [Hypergrid], no need to set it here, leave it commented |
98 | ; GatekeeperURI = "http://127.0.0.1:9000" | 114 | ; GatekeeperURI = "http://127.0.0.1:9000" |
99 | 115 | ||
100 | SRV_HomeURI = "http://127.0.0.1:9000" | 116 | SRV_HomeURI = "http://127.0.0.1:9000" |