GridCommon.ini 2016
Une version mise à jour se trouve ici mais voici une copie si besoin (qui cintient les parametres de la base de données).
[DatabaseService]
; si vous utilisez SQLite, laissez tout comme cela
Include-Storage = "config-include/storage/SQLiteStandalone.ini";
; si vous utilisez MySql, commentez la ligne precedente en ajoutant un point virgule au debut
; et decommentez les deux lignes suivantes en supprimant le point virgule au debut de la ligne
; bien sur, pensez à replacer *** par votre mot de passe mysql
;StorageProvider = "OpenSim.Data.MySQL.dll"
;ConnectionString = "Data Source=localhost;Database=opensim;User ID=opensim;Password=***;Old Guids=true;"
; This is the main configuration file for an instance of OpenSim running in grid mode
[Hypergrid]
; Uncomment the variables in this section only if you are in
; Hypergrid configuration. Otherwise, ignore.
;# {HomeURI} {Hypergrid} {The Home URL of this world} {}
;; If this is a standalone world, this is the address of this instance.
;; If this is a grided simulator, this is the address of the external robust server that
;; runs the UserAgentsService.
;; For example http://myworld.com:9000 or http://myworld.com:8002
;; This is a default that can be overwritten in some sections.
HomeURI = "http://hg.francogrid.org:80"
;# {GatekeeperURI} {Hypergrid} {The URL of the gatekeeper of this world} {}
;; If this is a standalone world, this is the address of this instance.
;; If this is a grided simulator, this is the address of the external robust server
;; that runs the Gatekeeper service.
;; For example http://myworld.com:9000 or http://myworld.com:8002
;; This is a default that can be overwritten in some sections.
GatekeeperURI = "http://hg.francogrid.org:80"
[Modules]
;; Choose one cache module and the corresponding config file, if it exists.
;; Copy the config .example file into your own .ini file and adapt that.
;; We recommend the use of the FlotsamAssetCache since this is most actively maintained.
AssetCaching = "FlotsamAssetCache"
Include-FlotsamCache = "config-include/FlotsamCache.ini"
;AssetCaching = "CenomeMemoryAssetCache"
;Include-CenomeCache = "config-include/CenomeCache.ini"
;AssetCaching = "GlynnTuckerAssetCache"
;; Optionally, the port for the LLProxyLoginModule module can be changed
;Setup_LLProxyLoginModule = "9090/"
;; Authorization is not on by default, as it depends on external php
;AuthorizationServices = "RemoteAuthorizationServicesConnector"
[AssetService]
DefaultAssetLoader = "OpenSim.Framework.AssetLoader.Filesystem.dll"
AssetLoaderArgs = "assets/AssetSets.xml"
;
; Change this to your grid-wide asset server. Do not add a slash to the end of any of these addresses.
;
AssetServerURI = "http://assets.francogrid.org:8003"
[InventoryService]
;
; Change this to your grid-wide inventory server
;
InventoryServerURI = "http://grid.francogrid.org:8003"
[GridInfo]
;
; Change this to your grid info service
;
GridInfoURI = "http://grid.francogrid.org:8002"
[GridService]
;
; Change this to your grid-wide grid server
;
GridServerURI = "http://grid.francogrid.org:8003"
AllowHypergridMapSearch = true
;; Directory for map tile images of linked regions
; MapTileDirectory = "./maptiles"
; === HG ONLY ===
;; Change this to the address of your Gatekeeper service
;; (usually bundled with the rest of the services in one
;; Robust server in port ${Const|PublicPort}, but not always)
Gatekeeper="http://hg.francogrid.org:80"
[EstateDataStore]
;
; Uncomment if you want centralized estate data at robust server,
; in which case the URL in [EstateService] will be used
;
;LocalServiceModule = "OpenSim.Services.Connectors.dll:EstateDataRemoteConnector"
[EstateService]
EstateServerURI = "http://grid.francogrid.org:8003"
;;[Messaging]
; === HG ONLY ===
;; Change this to the address of your Gatekeeper service
;; (usually bundled with the rest of the services in one
;; Robust server in port ${Const|PublicPort}, but not always)
;;Gatekeeper = "http://hg.francogrid.org:80"
[Messaging]
;# {OfflineMessageModule} {} {Module to use for offline message storage} {OfflineMessageModule "Offline Message Module V2" *}
;; Module to handle offline messaging. The core module requires an external
;; web service to do this. See OpenSim wiki.
; OfflineMessageModule = OfflineMessageModule
;; Or, alternatively, use this one, which works for both standalones and grids
OfflineMessageModule = "Offline Message Module V2"
;# {OfflineMessageURL} {OfflineMessageModule:OfflineMessageModule Offline Message Module V2:Offline Message Module V2} {URL of offline messaging service} {}
;; URL of web service for offline message storage. Leave it commented if your service is local to the sim.
OfflineMessageURL = "http://francogrid.org/grid/services/offline-messages-relay"
;# {StorageProvider} {Offline Message Module V2:Offline Message Module V2} {DLL that provides the storage interface} {OpenSim.Data.MySQL.dll}
;; For standalones, this is the storage dll.
StorageProvider = OpenSim.Data.MySQL.dll
;# {MuteListModule} {OfflineMessageModule:OfflineMessageModule} {} {} MuteListModule
;; Mute list handler (not yet implemented). MUST BE SET to allow offline
;; messages to work
MuteListModule = MuteListModule
;# {MuteListURL} {OfflineMessageModule:OfflineMessageModule} {} {} http://yourserver/Mute.php
;; URL of the web service that serves mute lists. Not currently used, but
;; must be set to allow offline messaging to work.
MuteListURL = "http://francogrid.org/grid/services/offline-messages-relay"
;; Control whether group messages are forwarded to offline users.
;; Default is true.
;; This applies to the core groups module (Flotsam) only.
; ForwardOfflineGroupMessages = true
[AvatarService]
;
; Change this to your grid-wide grid server
;
AvatarServerURI = "http://grid.francogrid.org:8003"
[AgentPreferencesService]
;
; Change this to your grid-wide avatar prefs server
;
AgentPreferencesServerURI = "http://grid.francogrid.org:8003"
[PresenceService]
;
; Change this to your grid-wide presence server
;
PresenceServerURI = "http://grid.francogrid.org:8003"
[UserAccountService]
;
; Change this to your grid-wide user accounts server
;
UserAccountServerURI = "http://grid.francogrid.org:8003"
[GridUserService]
;
; Change this to your grid-wide user accounts server
;
GridUserServerURI = "http://grid.francogrid.org:8003"
[AuthenticationService]
;
; Change this to your grid-wide authentication server
;
AuthenticationServerURI = "http://grid.francogrid.org:8003"
[FriendsService]
;
; Change this to your grid-wide friends server
;
FriendsServerURI = "http://grid.francogrid.org:8003"
[HGInventoryAccessModule]
;
; === HG ONLY ===
; Change this to your server
; accessible from other grids
;
HomeURI = "http://hg.francogrid.org:80"
Gatekeeper = "http://hg.francogrid.org:80"
;; If you want to protect your assets from being copied by foreign visitors
;; set this to false. You may want to do this on sims that have licensed content.
;; Default is true.
; OutboundPermission = True
;; Send visual reminder to local users that their inventories are unavailable while they are traveling
;; and available when they return. True by default.
;RestrictInventoryAccessAbroad = True
;; Warning: advanced and unusual. Default is false.
;; Enables configurations where grids share user services, including inventory,
;; while separating regions' assets from users' assets. Asset transfer between
;; the users' asset server and the regions' asset server is done in HG-like manner.
; CheckSeparateAssets = false
; RegionHGAssetServerURI = http://grid.francogrid.org:8002
[HGAssetService]
;
; === HG ONLY ===
; Change this to your server
; accessible from other grids
;
HomeURI = "http://assets.francogrid.org:8002"
;; The asset types that this grid can export to / import from other grids.
;; Comma separated.
;; Valid values are all the asset types in OpenMetaverse.AssetType, namely:
;; Unknown, Texture, Sound, CallingCard, Landmark, Clothing, Object, Notecard, LSLText,
;; LSLBytecode, TextureTGA, Bodypart, SoundWAV, ImageTGA, ImageJPEG, Animation, Gesture, Mesh
;;
;; Leave blank or commented if you don't want to apply any restrictions.
;; A more strict, but still reasonable, policy may be to disallow the exchange
;; of scripts, like so:
; DisallowExport ="LSLText"
; DisallowImport ="LSLBytecode"
[HGFriendsModule]
; User level required to be able to send friendship invitations to foreign users
;LevelHGFriends = 0;
[UserAgentService]
;
; === HG ONLY ===
; Change this to your user agent server (HG robust)
;
UserAgentServerURI = "http://grid.francogrid.org:8002"
[MapImageService]
MapImageServerURI = "http://grid.francogrid.org:8003"
[AuthorizationService]
; If you have regions with access restrictions
; specify them here using the convention
; Region_<Region_Name> =
; Valid flags are:
; DisallowForeigners -- HG visitors not allowed
; DisallowResidents -- only Admins and Managers allowed
; Example:
; Region_Test_1 = "DisallowForeigners"
;; Uncomment if you are using SimianGrid for grid services
[SimianGrid]
;; SimianGrid services URL
;; SimianServiceURL = "http://grid.sciencesim.com/Grid/"
;; Capability assigned by the grid administrator for the simulator
;; SimulatorCapability = "00000000-0000-0000-0000-000000000000"
[UserProfiles]
ProfileServiceURL = "http://grid.francogrid.org:8004"
[Groups]
Enabled = true
Module = "Groups Module V2"
GroupsServerURI = "http://grid.francogrid.org:8005"
MessagingModule = "Groups Messaging Module V2"
ServicesConnectorModule = "Groups HG Service Connector"
LocalService = remote
HomeURI = "hg.francogrid.org:80"
MessageOnlineUsersOnly = true
[DataSnapshot]
index_sims = true
data_exposure = all
gridname = "FrancoGrid"
default_snapshot_period = 3600
snapshot_cache_directory = "DataSnapshot"
data_services = "http://search.francogrid.org/register.php"
[Search]
SearchURL = "http://search.francogrid.org/query.php"
searchPeople = false
