aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/config-include/StandaloneCommon.ini.example
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--bin/config-include/StandaloneCommon.ini.example (renamed from config/config-include/StandaloneCommon.ini.example)31
1 files changed, 17 insertions, 14 deletions
diff --git a/config/config-include/StandaloneCommon.ini.example b/bin/config-include/StandaloneCommon.ini.example
index d0b152c..941a2ee 100644
--- a/config/config-include/StandaloneCommon.ini.example
+++ b/bin/config-include/StandaloneCommon.ini.example
@@ -6,7 +6,7 @@
6 ; 6 ;
7 7
8 ; SQLite 8 ; SQLite
9 Include-Storage = "config-include/storage/SQLiteStandalone.ini"; 9 ;Include-Storage = "config-include/storage/SQLiteStandalone.ini";
10 10
11 ; MySql 11 ; MySql
12 ; Uncomment these lines if you want to use mysql storage 12 ; Uncomment these lines if you want to use mysql storage
@@ -33,6 +33,9 @@
33 ;StorageProvider = "OpenSim.Data.PGSQL.dll" 33 ;StorageProvider = "OpenSim.Data.PGSQL.dll"
34 ;ConnectionString = "Server=localhost;Database=opensim;User Id=opensim; password=***;" 34 ;ConnectionString = "Server=localhost;Database=opensim;User Id=opensim; password=***;"
35 35
36 StorageProvider = "${Const|DataProvider}"
37 ConnectionString = "${Const|ConnectionString}"
38
36[Hypergrid] 39[Hypergrid]
37 ; Uncomment the variables in this section only if you are in 40 ; Uncomment the variables in this section only if you are in
38 ; Hypergrid configuration. Otherwise, ignore. 41 ; Hypergrid configuration. Otherwise, ignore.
@@ -85,20 +88,20 @@
85 ;; Next, we can specify properties of regions, including default and fallback regions 88 ;; Next, we can specify properties of regions, including default and fallback regions
86 ;; The syntax is: Region_<RegionName> = "<flags>" 89 ;; The syntax is: Region_<RegionName> = "<flags>"
87 ;; where <flags> can be DefaultRegion, FallbackRegion, NoDirectLogin, Persistent, LockedOut 90 ;; where <flags> can be DefaultRegion, FallbackRegion, NoDirectLogin, Persistent, LockedOut
88 ;; 91 ;;
89 ;; 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.) 92 ;; 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.)
90 ;; then this region becomes the destination. Only the first online default region will be used. If no DefaultHGRegion 93 ;; then this region becomes the destination. Only the first online default region will be used. If no DefaultHGRegion
91 ;; is specified then this will also be used as the region for hypergrid connections that require it (commonly because they have not specified 94 ;; is specified then this will also be used as the region for hypergrid connections that require it (commonly because they have not specified
92 ;; an explicit region. 95 ;; an explicit region.
93 ;; 96 ;;
94 ;; DefaultHGRegion If an avatar connecting via the hypergrid does not specify a region, then they are placed here. Only the first online 97 ;; DefaultHGRegion If an avatar connecting via the hypergrid does not specify a region, then they are placed here. Only the first online
95 ;; region will be used. 98 ;; region will be used.
96 ;; 99 ;;
97 ;; FallbackRegion If the DefaultRegion is not available for a local login, then any FallbackRegions are tried instead. These are tried in the 100 ;; FallbackRegion If the DefaultRegion is not available for a local login, then any FallbackRegions are tried instead. These are tried in the
98 ;; order specified. This only applies to local logins at this time, not Hypergrid connections. 101 ;; order specified. This only applies to local logins at this time, not Hypergrid connections.
99 ;; 102 ;;
100 ;; NoDirectLogin A hypergrid user cannot directly connect to this region. This does not apply to local logins. 103 ;; NoDirectLogin A hypergrid user cannot directly connect to this region. This does not apply to local logins.
101 ;; 104 ;;
102 ;; Persistent When the simulator is shutdown, the region is signalled as offline but left registered on the grid. 105 ;; Persistent When the simulator is shutdown, the region is signalled as offline but left registered on the grid.
103 ;; 106 ;;
104 ;; For example: 107 ;; For example:
@@ -118,10 +121,10 @@
118 121
119[LoginService] 122[LoginService]
120 WelcomeMessage = "Welcome, Avatar!" 123 WelcomeMessage = "Welcome, Avatar!"
121 ;; If you have Gatekeeper set under [Hypergrid], no need to set it here, leave it commented 124 ;; If you have GatekeeperURI set under [Hypergrid], no need to set it here, leave it commented
122 ; GatekeeperURI = "${Const|BaseURL}:${Const|PublicPort}" 125 ; GatekeeperURI = "${Const|BaseURL}:${Const|PublicPort}"
123 126
124 SRV_HomeURI = "${Const|BaseURL}:${Const|PublicPort}" 127 SRV_HomeURI = "${Const|BaseURL}:${Const|PublicPort}"
125 SRV_InventoryServerURI = "${Const|BaseURL}:${Const|PublicPort}" 128 SRV_InventoryServerURI = "${Const|BaseURL}:${Const|PublicPort}"
126 SRV_AssetServerURI = "${Const|BaseURL}:${Const|PublicPort}" 129 SRV_AssetServerURI = "${Const|BaseURL}:${Const|PublicPort}"
127 SRV_ProfileServerURI = "${Const|BaseURL}:${Const|PublicPort}" 130 SRV_ProfileServerURI = "${Const|BaseURL}:${Const|PublicPort}"
@@ -163,7 +166,7 @@
163 ; ; 166 ; ;
164 ; ; The amount of time that a specific endpoint is blocked. Default 2 minutes. 167 ; ; The amount of time that a specific endpoint is blocked. Default 2 minutes.
165 ; DOSForgiveClientAfterMS = 120000 168 ; DOSForgiveClientAfterMS = 120000
166 ; ; 169 ; ;
167 ; ; To turn off basic dos protection, set the DOSMaxRequestsInTimeFrame to 0. 170 ; ; To turn off basic dos protection, set the DOSMaxRequestsInTimeFrame to 0.
168 171
169[FreeswitchService] 172[FreeswitchService]
@@ -197,7 +200,7 @@
197 ;; The following parameters are for STUN = Simple Traversal of UDP through NATs 200 ;; The following parameters are for STUN = Simple Traversal of UDP through NATs
198 ;; See http://wiki.freeswitch.org/wiki/NAT_Traversal 201 ;; See http://wiki.freeswitch.org/wiki/NAT_Traversal
199 ;; stun.freeswitch.org is not guaranteed to be running so use it in 202 ;; stun.freeswitch.org is not guaranteed to be running so use it in
200 ;; production at your own risk 203 ;; production at your own risk
201 ; EchoServer = 127.0.0.1 204 ; EchoServer = 127.0.0.1
202 ; EchoPort = 50505 205 ; EchoPort = 50505
203 ; AttemptSTUN = false 206 ; AttemptSTUN = false
@@ -341,11 +344,11 @@
341 ;; The asset types that this grid can export to / import from other grids. 344 ;; The asset types that this grid can export to / import from other grids.
342 ;; Comma separated. 345 ;; Comma separated.
343 ;; Valid values are all the asset types in OpenMetaverse.AssetType, namely: 346 ;; Valid values are all the asset types in OpenMetaverse.AssetType, namely:
344 ;; Unknown, Texture, Sound, CallingCard, Landmark, Clothing, Object, Notecard, LSLText, 347 ;; Unknown, Texture, Sound, CallingCard, Landmark, Clothing, Object, Notecard, LSLText,
345 ;; LSLBytecode, TextureTGA, Bodypart, SoundWAV, ImageTGA, ImageJPEG, Animation, Gesture, Mesh 348 ;; LSLBytecode, TextureTGA, Bodypart, SoundWAV, ImageTGA, ImageJPEG, Animation, Gesture, Mesh
346 ;; 349 ;;
347 ;; Leave blank or commented if you don't want to apply any restrictions. 350 ;; Leave blank or commented if you don't want to apply any restrictions.
348 ;; A more strict, but still reasonable, policy may be to disallow the exchange 351 ;; A more strict, but still reasonable, policy may be to disallow the exchange
349 ;; of scripts, like so: 352 ;; of scripts, like so:
350 ; DisallowExport ="LSLText" 353 ; DisallowExport ="LSLText"
351 ; DisallowImport ="LSLBytecode" 354 ; DisallowImport ="LSLBytecode"