opensim-config – Blame information for rev 3

Subversion Repositories:
Rev:
Rev Author Line No. Line
3 vero 1 ; This is the main configuration file for an instance of OpenSim running in grid mode
2  
3 [DatabaseService]
4 ;
5 ; ### Choose the DB
6 ;
7  
8 ; SQLite
9 Include-Storage = "config-include/storage/SQLiteStandalone.ini";
10  
11 ; MySql
12 ; Uncomment these lines if you want to use mysql storage
13 ; Change the connection string to your db details
14 ;StorageProvider = "OpenSim.Data.MySQL.dll"
15 ;ConnectionString = "Data Source=localhost;Database=opensim;User ID=opensim;Password=***;Old Guids=true;"
16 ; Uncomment this line if you are using MySQL and want to use a different database for estates
17 ; The usual application for this is to allow estates to be spread out across multiple simulators by share the same database.
18 ; Most people won't need to do this so only uncomment if you know what you're doing.
19 ;EstateConnectionString = "Data Source=localhost;Database=opensim;User ID=opensim;Password=***;Old Guids=true;"
20  
21 ; MSSQL
22 ; Uncomment these lines if you want to use MSSQL storage
23 ; Change the connection string to your db details
24 ; The value for server property is shown in your SQL Server Management Studio login dialog.
25 ; (This sample is the default of express edition)
26 ;StorageProvider = "OpenSim.Data.MSSQL.dll"
27 ;ConnectionString = "Server=localhost\SQLEXPRESS;Database=opensim;User Id=opensim; password=***;"
28  
29 ; PGSQL
30 ; Uncomment these lines if you want to use PGSQL storage
31 ; Change the connection string to your db details
32 ;StorageProvider = "OpenSim.Data.PGSQL.dll"
33 ;ConnectionString = "Server=localhost;Database=opensim;User Id=opensim; password=***;"
34  
35 [Hypergrid]
36 ; Uncomment the variables in this section only if you are in
37 ; Hypergrid configuration. Otherwise, ignore.
38  
39 ;# {HomeURI} {Hypergrid} {The Home URL of this world} {}
40 ;; If this is a standalone world, this is the address of this instance.
41 ;; If this is a grided simulator, this is the address of the external robust server that
42 ;; runs the UserAgentsService.
43 ;; For example http://myworld.com:9000 or http://myworld.com:8002
44 ;; This is a default that can be overwritten in some sections.
45 ; HomeURI = "http://127.0.0.1:9000"
46  
47 ;# {GatekeeperURI} {Hypergrid} {The URL of the gatekeeper of this world} {}
48 ;; If this is a standalone world, this is the address of this instance.
49 ;; If this is a grided simulator, this is the address of the external robust server
50 ;; that runs the Gatekeeper service.
51 ;; For example http://myworld.com:9000 or http://myworld.com:8002
52 ;; This is a default that can be overwritten in some sections.
53 ; GatekeeperURI = "http://127.0.0.1:9000"
54  
55 [Modules]
56 ;; Choose one cache module and the corresponding config file, if it exists.
57 ;; Copy the config .example file into your own .ini file and adapt that.
58 ;; We recommend the use of the FlotsamAssetCache since this is most actively maintained.
59  
60 AssetCaching = "FlotsamAssetCache"
61 Include-FlotsamCache = "config-include/FlotsamCache.ini"
62  
63 ;AssetCaching = "CenomeMemoryAssetCache"
64 ;Include-CenomeCache = "config-include/CenomeCache.ini"
65  
66 ;AssetCaching = "GlynnTuckerAssetCache"
67  
68 ;; Optionally, the port for the LLProxyLoginModule module can be changed
69 ;Setup_LLProxyLoginModule = "9090/"
70  
71 ;; Authorization is not on by default, as it depends on external php
72 ;AuthorizationServices = "RemoteAuthorizationServicesConnector"
73  
74 [AssetService]
75 DefaultAssetLoader = "OpenSim.Framework.AssetLoader.Filesystem.dll"
76 AssetLoaderArgs = "assets/AssetSets.xml"
77  
78 ;
79 ; Change this to your grid-wide asset server. Do not add a slash to the end of any of these addresses.
80 ;
81 AssetServerURI = "http://mygridserver.com:8003"
82  
83 [InventoryService]
84 ;
85 ; Change this to your grid-wide inventory server
86 ;
87 InventoryServerURI = "http://mygridserver.com:8003"
88  
89 [GridInfo]
90 ;
91 ; Change this to your grid info service
92 ;
93 GridInfoURI = "http://mygridserver.com:8002"
94  
95 [GridService]
96 ;
97 ; Change this to your grid-wide grid server
98 ;
99 GridServerURI = "http://mygridserver.com:8003"
100 ;AllowHypergridMapSearch = true
101  
102 ;; Directory for map tile images of linked regions
103 ; MapTileDirectory = "./maptiles"
104  
105 ; === HG ONLY ===
106 ;; Change this to the address of your Gatekeeper service
107 ;; (usually bundled with the rest of the services in one
108 ;; Robust server in port 8002, but not always)
109 Gatekeeper="http://mygridserver.com:8002"
110  
111 [Messaging]
112 ; === HG ONLY ===
113 ;; Change this to the address of your Gatekeeper service
114 ;; (usually bundled with the rest of the services in one
115 ;; Robust server in port 8002, but not always)
116 Gatekeeper = "http://mygridserver.com:8002"
117  
118 [AvatarService]
119 ;
120 ; Change this to your grid-wide grid server
121 ;
122 AvatarServerURI = "http://mygridserver.com:8003"
123  
124 [PresenceService]
125 ;
126 ; Change this to your grid-wide presence server
127 ;
128 PresenceServerURI = "http://mygridserver.com:8003"
129  
130 [UserAccountService]
131 ;
132 ; Change this to your grid-wide user accounts server
133 ;
134 UserAccountServerURI = "http://mygridserver.com:8003"
135  
136 [GridUserService]
137 ;
138 ; Change this to your grid-wide user accounts server
139 ;
140 GridUserServerURI = "http://mygridserver.com:8003"
141  
142 [AuthenticationService]
143 ;
144 ; Change this to your grid-wide authentication server
145 ;
146 AuthenticationServerURI = "http://mygridserver.com:8003"
147  
148 [FriendsService]
149 ;
150 ; Change this to your grid-wide friends server
151 ;
152 FriendsServerURI = "http://mygridserver.com:8003"
153  
154 [HGInventoryAccessModule]
155 ;
156 ; === HG ONLY ===
157 ; Change this to your server
158 ; accessible from other grids
159 ;
160 HomeURI = "http://mygridserver.com:8002"
161 Gatekeeper = "http://mygridserver.com:8002"
162 ;; If you want to protect your assets from being copied by foreign visitors
163 ;; uncomment the next line. You may want to do this on sims that have licensed content.
164 ; OutboundPermission = False
165  
166 ;; Send visual reminder to local users that their inventories are unavailable while they are traveling
167 ;; and available when they return. True by default.
168 ;RestrictInventoryAccessAbroad = True
169  
170  
171 [HGAssetService]
172 ;
173 ; === HG ONLY ===
174 ; Change this to your server
175 ; accessible from other grids
176 ;
177 HomeURI = "http://mygridserver.com:8002"
178  
179 ;; The asset types that this grid can export to / import from other grids.
180 ;; Comma separated.
181 ;; Valid values are all the asset types in OpenMetaverse.AssetType, namely:
182 ;; Unknown, Texture, Sound, CallingCard, Landmark, Clothing, Object, Notecard, LSLText,
183 ;; LSLBytecode, TextureTGA, Bodypart, SoundWAV, ImageTGA, ImageJPEG, Animation, Gesture, Mesh
184 ;;
185 ;; Leave blank or commented if you don't want to apply any restrictions.
186 ;; A more strict, but still reasonable, policy may be to disallow the exchange
187 ;; of scripts, like so:
188 ; DisallowExport ="LSLText"
189 ; DisallowImport ="LSLBytecode"
190  
191 [HGFriendsModule]
192 ; User level required to be able to send friendship invitations to foreign users
193 ;LevelHGFriends = 0;
194  
195 [UserAgentService]
196 ;
197 ; === HG ONLY ===
198 ; Change this to your user agent server (HG robust)
199 ;
200 UserAgentServerURI = "http://mygridserver.com:8002"
201  
202 [MapImageService]
203 MapImageServerURI = "http://mygridserver.com:8003"
204  
205 [AuthorizationService]
206 ; If you have regions with access restrictions
207 ; specify them here using the convention
208 ; Region_<Region_Name> = <flags>
209 ; Valid flags are:
210 ; DisallowForeigners -- HG visitors not allowed
211 ; DisallowResidents -- only Admins and Managers allowed
212 ; Example:
213 ; Region_Test_1 = "DisallowForeigners"
214  
215 ;; Uncomment if you are using SimianGrid for grid services
216 [SimianGrid]
217 ;; SimianGrid services URL
218 ;; SimianServiceURL = "http://grid.sciencesim.com/Grid/"
219  
220 ;; Capability assigned by the grid administrator for the simulator
221 ;; SimulatorCapability = "00000000-0000-0000-0000-000000000000"