minor: Make config-include .ini files more consistent
Chiefly tabs to spaces. No actual setting changes0.7.6-extended
parent
de4d568923
commit
ac2b1497c0
|
@ -22,8 +22,8 @@
|
||||||
EntityTransferModule = "BasicEntityTransferModule"
|
EntityTransferModule = "BasicEntityTransferModule"
|
||||||
InventoryAccessModule = "BasicInventoryAccessModule"
|
InventoryAccessModule = "BasicInventoryAccessModule"
|
||||||
LandServices = "RemoteLandServicesConnector"
|
LandServices = "RemoteLandServicesConnector"
|
||||||
MapImageService = "MapImageServiceModule"
|
MapImageService = "MapImageServiceModule"
|
||||||
SearchModule = "BasicSearchModule"
|
SearchModule = "BasicSearchModule"
|
||||||
|
|
||||||
LandServiceInConnector = true
|
LandServiceInConnector = true
|
||||||
NeighbourServiceInConnector = true
|
NeighbourServiceInConnector = true
|
||||||
|
@ -52,7 +52,7 @@
|
||||||
; for the LocalGridServicesConnector which is used by the Remote one
|
; for the LocalGridServicesConnector which is used by the Remote one
|
||||||
StorageProvider = "OpenSim.Data.Null.dll:NullRegionData"
|
StorageProvider = "OpenSim.Data.Null.dll:NullRegionData"
|
||||||
|
|
||||||
NetworkConnector = "OpenSim.Services.Connectors.dll:GridServicesConnector"
|
NetworkConnector = "OpenSim.Services.Connectors.dll:GridServicesConnector"
|
||||||
|
|
||||||
[LibraryService]
|
[LibraryService]
|
||||||
LocalServiceModule = "OpenSim.Services.InventoryService.dll:LibraryService"
|
LocalServiceModule = "OpenSim.Services.InventoryService.dll:LibraryService"
|
||||||
|
@ -64,5 +64,6 @@
|
||||||
|
|
||||||
[MapImageService]
|
[MapImageService]
|
||||||
LocalServiceModule = "OpenSim.Services.Connectors.dll:MapImageServicesConnector"
|
LocalServiceModule = "OpenSim.Services.Connectors.dll:MapImageServicesConnector"
|
||||||
|
|
||||||
; in minutes
|
; in minutes
|
||||||
RefreshTime = 60
|
RefreshTime = 60
|
||||||
|
|
|
@ -27,24 +27,24 @@
|
||||||
;ConnectionString = "Server=localhost\SQLEXPRESS;Database=opensim;User Id=opensim; password=***;"
|
;ConnectionString = "Server=localhost\SQLEXPRESS;Database=opensim;User Id=opensim; password=***;"
|
||||||
|
|
||||||
[Hypergrid]
|
[Hypergrid]
|
||||||
; Uncomment the variables in this section only if you are in
|
; Uncomment the variables in this section only if you are in
|
||||||
; Hypergrid configuration. Otherwise, ignore.
|
; Hypergrid configuration. Otherwise, ignore.
|
||||||
|
|
||||||
;# {HomeURI} {Hypergrid} {The Home URL of this world} {}
|
;# {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 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
|
;; If this is a grided simulator, this is the address of the external robust server that
|
||||||
;; runs the UserAgentsService.
|
;; runs the UserAgentsService.
|
||||||
;; For example http://myworld.com:9000 or http://myworld.com:8002
|
;; For example http://myworld.com:9000 or http://myworld.com:8002
|
||||||
;; This is a default that can be overwritten in some sections.
|
;; This is a default that can be overwritten in some sections.
|
||||||
; HomeURI = "http://127.0.0.1:9000"
|
; HomeURI = "http://127.0.0.1:9000"
|
||||||
|
|
||||||
;# {GatekeeperURI} {Hypergrid} {The URL of the gatekeeper of this world} {}
|
;# {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 standalone world, this is the address of this instance.
|
||||||
;; If this is a grided simulator, this is the address of the external robust server
|
;; If this is a grided simulator, this is the address of the external robust server
|
||||||
;; that runs the Gatekeeper service.
|
;; that runs the Gatekeeper service.
|
||||||
;; For example http://myworld.com:9000 or http://myworld.com:8002
|
;; For example http://myworld.com:9000 or http://myworld.com:8002
|
||||||
;; This is a default that can be overwritten in some sections.
|
;; This is a default that can be overwritten in some sections.
|
||||||
; GatekeeperURI = "http://127.0.0.1:9000"
|
; GatekeeperURI = "http://127.0.0.1:9000"
|
||||||
|
|
||||||
[Modules]
|
[Modules]
|
||||||
;; Choose one cache module and the corresponding config file, if it exists.
|
;; Choose one cache module and the corresponding config file, if it exists.
|
||||||
|
@ -81,10 +81,10 @@
|
||||||
InventoryServerURI = "http://mygridserver.com:8003"
|
InventoryServerURI = "http://mygridserver.com:8003"
|
||||||
|
|
||||||
[GridInfo]
|
[GridInfo]
|
||||||
;
|
;
|
||||||
; Change this to your grid info service
|
; Change this to your grid info service
|
||||||
;
|
;
|
||||||
GridInfoURI = "http://mygridserver.com:8002"
|
GridInfoURI = "http://mygridserver.com:8002"
|
||||||
|
|
||||||
[GridService]
|
[GridService]
|
||||||
;
|
;
|
||||||
|
@ -157,9 +157,9 @@
|
||||||
;; uncomment the next line. You may want to do this on sims that have licensed content.
|
;; uncomment the next line. You may want to do this on sims that have licensed content.
|
||||||
; OutboundPermission = False
|
; OutboundPermission = False
|
||||||
|
|
||||||
;; Send visual reminder to local users that their inventories are unavailable while they are traveling
|
;; Send visual reminder to local users that their inventories are unavailable while they are traveling
|
||||||
;; and available when they return. True by default.
|
;; and available when they return. True by default.
|
||||||
;RestrictInventoryAccessAbroad = True
|
;RestrictInventoryAccessAbroad = True
|
||||||
|
|
||||||
|
|
||||||
[HGAssetService]
|
[HGAssetService]
|
||||||
|
@ -171,14 +171,14 @@
|
||||||
HomeURI = "http://mygridserver.com:8002"
|
HomeURI = "http://mygridserver.com:8002"
|
||||||
|
|
||||||
;; The asset types that this grid can export to / import from other grids.
|
;; The asset types that this grid can export to / import from other grids.
|
||||||
;; Comma separated.
|
;; Comma separated.
|
||||||
;; Valid values are all the asset types in OpenMetaverse.AssetType, namely:
|
;; Valid values are all the asset types in OpenMetaverse.AssetType, namely:
|
||||||
;; Unknown, Texture, Sound, CallingCard, Landmark, Clothing, Object, Notecard, LSLText,
|
;; Unknown, Texture, Sound, CallingCard, Landmark, Clothing, Object, Notecard, LSLText,
|
||||||
;; LSLBytecode, TextureTGA, Bodypart, SoundWAV, ImageTGA, ImageJPEG, Animation, Gesture, Mesh
|
;; LSLBytecode, TextureTGA, Bodypart, SoundWAV, ImageTGA, ImageJPEG, Animation, Gesture, Mesh
|
||||||
;;
|
;;
|
||||||
;; Leave blank or commented if you don't want to apply any restrictions.
|
;; 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
|
;; A more strict, but still reasonable, policy may be to disallow the exchange
|
||||||
;; of scripts, like so:
|
;; of scripts, like so:
|
||||||
; DisallowExport ="LSLText"
|
; DisallowExport ="LSLText"
|
||||||
; DisallowImport ="LSLBytecode"
|
; DisallowImport ="LSLBytecode"
|
||||||
|
|
||||||
|
@ -197,20 +197,19 @@
|
||||||
MapImageServerURI = "http://mygridserver.com:8003"
|
MapImageServerURI = "http://mygridserver.com:8003"
|
||||||
|
|
||||||
[AuthorizationService]
|
[AuthorizationService]
|
||||||
; If you have regions with access restrictions
|
; If you have regions with access restrictions
|
||||||
; specify them here using the convention
|
; specify them here using the convention
|
||||||
; Region_<Region_Name> = <flags>
|
; Region_<Region_Name> = <flags>
|
||||||
; Valid flags are:
|
; Valid flags are:
|
||||||
; DisallowForeigners -- HG visitors not allowed
|
; DisallowForeigners -- HG visitors not allowed
|
||||||
; DisallowResidents -- only Admins and Managers allowed
|
; DisallowResidents -- only Admins and Managers allowed
|
||||||
; Example:
|
; Example:
|
||||||
; Region_Test_1 = "DisallowForeigners"
|
; Region_Test_1 = "DisallowForeigners"
|
||||||
|
|
||||||
|
|
||||||
;; Uncomment if you are using SimianGrid for grid services
|
;; Uncomment if you are using SimianGrid for grid services
|
||||||
[SimianGrid]
|
[SimianGrid]
|
||||||
;; SimianGrid services URL
|
;; SimianGrid services URL
|
||||||
;; SimianServiceURL = "http://grid.sciencesim.com/Grid/"
|
;; SimianServiceURL = "http://grid.sciencesim.com/Grid/"
|
||||||
|
|
||||||
;; Capability assigned by the grid administrator for the simulator
|
;; Capability assigned by the grid administrator for the simulator
|
||||||
;; SimulatorCapability = "00000000-0000-0000-0000-000000000000"
|
;; SimulatorCapability = "00000000-0000-0000-0000-000000000000"
|
||||||
|
|
|
@ -25,10 +25,10 @@
|
||||||
EntityTransferModule = "HGEntityTransferModule"
|
EntityTransferModule = "HGEntityTransferModule"
|
||||||
InventoryAccessModule = "HGInventoryAccessModule"
|
InventoryAccessModule = "HGInventoryAccessModule"
|
||||||
LandServices = "RemoteLandServicesConnector"
|
LandServices = "RemoteLandServicesConnector"
|
||||||
FriendsModule = "HGFriendsModule"
|
FriendsModule = "HGFriendsModule"
|
||||||
MapImageService = "MapImageServiceModule"
|
MapImageService = "MapImageServiceModule"
|
||||||
UserManagementModule = "HGUserManagementModule"
|
UserManagementModule = "HGUserManagementModule"
|
||||||
SearchModule = "BasicSearchModule"
|
SearchModule = "BasicSearchModule"
|
||||||
|
|
||||||
LandServiceInConnector = true
|
LandServiceInConnector = true
|
||||||
NeighbourServiceInConnector = true
|
NeighbourServiceInConnector = true
|
||||||
|
@ -73,7 +73,7 @@
|
||||||
; Needed to display non-default map tile images for linked regions
|
; Needed to display non-default map tile images for linked regions
|
||||||
AssetService = "OpenSim.Services.Connectors.dll:AssetServicesConnector"
|
AssetService = "OpenSim.Services.Connectors.dll:AssetServicesConnector"
|
||||||
|
|
||||||
HypergridLinker = true
|
HypergridLinker = true
|
||||||
AllowHypergridMapSearch = true
|
AllowHypergridMapSearch = true
|
||||||
|
|
||||||
[LibraryService]
|
[LibraryService]
|
||||||
|
@ -89,12 +89,13 @@
|
||||||
LureModule = HGLureModule
|
LureModule = HGLureModule
|
||||||
|
|
||||||
[HGInstantMessageService]
|
[HGInstantMessageService]
|
||||||
LocalServiceModule = "OpenSim.Services.HypergridService.dll:HGInstantMessageService"
|
LocalServiceModule = "OpenSim.Services.HypergridService.dll:HGInstantMessageService"
|
||||||
GridService = "OpenSim.Services.Connectors.dll:GridServicesConnector"
|
GridService = "OpenSim.Services.Connectors.dll:GridServicesConnector"
|
||||||
PresenceService = "OpenSim.Services.Connectors.dll:PresenceServicesConnector"
|
PresenceService = "OpenSim.Services.Connectors.dll:PresenceServicesConnector"
|
||||||
UserAgentService = "OpenSim.Services.Connectors.dll:UserAgentServiceConnector"
|
UserAgentService = "OpenSim.Services.Connectors.dll:UserAgentServiceConnector"
|
||||||
|
|
||||||
[MapImageService]
|
[MapImageService]
|
||||||
LocalServiceModule = "OpenSim.Services.Connectors.dll:MapImageServicesConnector"
|
LocalServiceModule = "OpenSim.Services.Connectors.dll:MapImageServicesConnector"
|
||||||
; in minutes
|
|
||||||
RefreshTime = 60
|
; in minutes
|
||||||
|
RefreshTime = 60
|
||||||
|
|
|
@ -91,6 +91,7 @@
|
||||||
; accessible from other grids
|
; accessible from other grids
|
||||||
;
|
;
|
||||||
ProfileServerURI = "http://mygridserver.com:8002/user"
|
ProfileServerURI = "http://mygridserver.com:8002/user"
|
||||||
;; If you want to protect your assets from being copied by foreign visitors
|
|
||||||
;; uncomment the next line. You may want to do this on sims that have licensed content.
|
;; If you want to protect your assets from being copied by foreign visitors
|
||||||
; OutboundPermission = False
|
;; uncomment the next line. You may want to do this on sims that have licensed content.
|
||||||
|
; OutboundPermission = False
|
||||||
|
|
|
@ -19,7 +19,7 @@
|
||||||
EntityTransferModule = "BasicEntityTransferModule"
|
EntityTransferModule = "BasicEntityTransferModule"
|
||||||
InventoryAccessModule = "BasicInventoryAccessModule"
|
InventoryAccessModule = "BasicInventoryAccessModule"
|
||||||
MapImageService = "MapImageServiceModule"
|
MapImageService = "MapImageServiceModule"
|
||||||
SearchModule = "BasicSearchModule"
|
SearchModule = "BasicSearchModule"
|
||||||
|
|
||||||
LibraryModule = true
|
LibraryModule = true
|
||||||
LLLoginServiceInConnector = true
|
LLLoginServiceInConnector = true
|
||||||
|
@ -117,9 +117,10 @@
|
||||||
DSTZone = "America/Los_Angeles;Pacific Standard Time"
|
DSTZone = "America/Los_Angeles;Pacific Standard Time"
|
||||||
|
|
||||||
[MapImageService]
|
[MapImageService]
|
||||||
LocalServiceModule = "OpenSim.Services.MapImageService.dll:MapImageService"
|
LocalServiceModule = "OpenSim.Services.MapImageService.dll:MapImageService"
|
||||||
; in minutes
|
|
||||||
RefreshTime = 60
|
; in minutes
|
||||||
|
RefreshTime = 60
|
||||||
|
|
||||||
;; This should always be the very last thing on this file
|
;; This should always be the very last thing on this file
|
||||||
[Includes]
|
[Includes]
|
||||||
|
|
|
@ -28,25 +28,24 @@
|
||||||
;ConnectionString = "Server=localhost\SQLEXPRESS;Database=opensim;User Id=opensim; password=***;"
|
;ConnectionString = "Server=localhost\SQLEXPRESS;Database=opensim;User Id=opensim; password=***;"
|
||||||
|
|
||||||
[Hypergrid]
|
[Hypergrid]
|
||||||
; Uncomment the variables in this section only if you are in
|
; Uncomment the variables in this section only if you are in
|
||||||
; Hypergrid configuration. Otherwise, ignore.
|
; Hypergrid configuration. Otherwise, ignore.
|
||||||
|
|
||||||
;# {HomeURI} {Hypergrid} {The Home URL of this world} {}
|
;# {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 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
|
;; If this is a grided simulator, this is the address of the external robust server that
|
||||||
;; runs the UserAgentsService.
|
;; runs the UserAgentsService.
|
||||||
;; For example http://myworld.com:9000 or http://myworld.com:8002
|
;; For example http://myworld.com:9000 or http://myworld.com:8002
|
||||||
;; This is a default that can be overwritten in some sections.
|
;; This is a default that can be overwritten in some sections.
|
||||||
; HomeURI = "http://127.0.0.1:9000"
|
; HomeURI = "http://127.0.0.1:9000"
|
||||||
|
|
||||||
;# {GatekeeperURI} {Hypergrid} {The URL of the gatekeeper of this world} {}
|
;# {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 standalone world, this is the address of this instance.
|
||||||
;; If this is a grided simulator, this is the address of the external robust server
|
;; If this is a grided simulator, this is the address of the external robust server
|
||||||
;; that runs the Gatekeeper service.
|
;; that runs the Gatekeeper service.
|
||||||
;; For example http://myworld.com:9000 or http://myworld.com:8002
|
;; For example http://myworld.com:9000 or http://myworld.com:8002
|
||||||
;; This is a default that can be overwritten in some sections.
|
;; This is a default that can be overwritten in some sections.
|
||||||
; GatekeeperURI = "http://127.0.0.1:9000"
|
; GatekeeperURI = "http://127.0.0.1:9000"
|
||||||
|
|
||||||
|
|
||||||
[Modules]
|
[Modules]
|
||||||
;; Choose one cache module and the corresponding config file, if it exists.
|
;; Choose one cache module and the corresponding config file, if it exists.
|
||||||
|
@ -266,20 +265,20 @@
|
||||||
; If false, HG TPs happen only to the Default regions specified in [GridService] section
|
; If false, HG TPs happen only to the Default regions specified in [GridService] section
|
||||||
AllowTeleportsToAnyRegion = true
|
AllowTeleportsToAnyRegion = true
|
||||||
|
|
||||||
;; Regular expressions for controlling which client versions are accepted/denied.
|
;; Regular expressions for controlling which client versions are accepted/denied.
|
||||||
;; An empty string means nothing is checked.
|
;; An empty string means nothing is checked.
|
||||||
;;
|
;;
|
||||||
;; Example 1: allow only these 3 types of clients (any version of them)
|
;; Example 1: allow only these 3 types of clients (any version of them)
|
||||||
;; AllowedClients = "Imprudence|Hippo|Second Life"
|
;; AllowedClients = "Imprudence|Hippo|Second Life"
|
||||||
;;
|
;;
|
||||||
;; Example 2: allow all clients except these
|
;; Example 2: allow all clients except these
|
||||||
;; DeniedClients = "Twisted|Crawler|Cryolife|FuckLife|StreetLife|GreenLife|AntiLife|KORE-Phaze|Synlyfe|Purple Second Life|SecondLi |Emerald"
|
;; DeniedClients = "Twisted|Crawler|Cryolife|FuckLife|StreetLife|GreenLife|AntiLife|KORE-Phaze|Synlyfe|Purple Second Life|SecondLi |Emerald"
|
||||||
;;
|
;;
|
||||||
;; Note that these are regular expressions, so every character counts.
|
;; Note that these are regular expressions, so every character counts.
|
||||||
;; Also note that this is very weak security and should not be trusted as a reliable means
|
;; Also note that this is very weak security and should not be trusted as a reliable means
|
||||||
;; for keeping bad clients out; modified clients can fake their identifiers.
|
;; for keeping bad clients out; modified clients can fake their identifiers.
|
||||||
;;
|
;;
|
||||||
;;
|
;;
|
||||||
;AllowedClients = ""
|
;AllowedClients = ""
|
||||||
;DeniedClients = ""
|
;DeniedClients = ""
|
||||||
|
|
||||||
|
@ -302,7 +301,7 @@
|
||||||
;; Are local users allowed to visit other grids?
|
;; Are local users allowed to visit other grids?
|
||||||
;; What user level? Use variables of this forrm:
|
;; What user level? Use variables of this forrm:
|
||||||
;; ForeignTripsAllowed_Level_<UserLevel> = true | false
|
;; ForeignTripsAllowed_Level_<UserLevel> = true | false
|
||||||
;; (the default is true)
|
;; (the default is true)
|
||||||
;; For example:
|
;; For example:
|
||||||
; ForeignTripsAllowed_Level_0 = false
|
; ForeignTripsAllowed_Level_0 = false
|
||||||
; ForeignTripsAllowed_Level_200 = true ; true is default, no need to say it
|
; ForeignTripsAllowed_Level_200 = true ; true is default, no need to say it
|
||||||
|
@ -310,45 +309,45 @@
|
||||||
;; If ForeignTripsAllowed is false, make exceptions using DisallowExcept
|
;; If ForeignTripsAllowed is false, make exceptions using DisallowExcept
|
||||||
;; Leave blank or commented for no exceptions.
|
;; Leave blank or commented for no exceptions.
|
||||||
; DisallowExcept_Level_0 = "http://myothergrid.com:8002, http://boss.com:8002"
|
; DisallowExcept_Level_0 = "http://myothergrid.com:8002, http://boss.com:8002"
|
||||||
;;
|
;;
|
||||||
;; If ForeignTripsAllowed is true, make exceptions using AllowExcept.
|
;; If ForeignTripsAllowed is true, make exceptions using AllowExcept.
|
||||||
;; Leave blank or commented for no exceptions.
|
;; Leave blank or commented for no exceptions.
|
||||||
; AllowExcept_Level_200 = "http://griefer.com:8002, http://enemy.com:8002"
|
; AllowExcept_Level_200 = "http://griefer.com:8002, http://enemy.com:8002"
|
||||||
|
|
||||||
[HGInventoryService]
|
[HGInventoryService]
|
||||||
;; If you have this set under [Hypergrid], no need to set it here, leave it commented
|
;; If you have this set under [Hypergrid], no need to set it here, leave it commented
|
||||||
; HomeURI = "http://127.0.0.1:9000"
|
; HomeURI = "http://127.0.0.1:9000"
|
||||||
|
|
||||||
[HGAssetService]
|
[HGAssetService]
|
||||||
;; If you have this set under [Hypergrid], no need to set it here, leave it commented
|
;; If you have this set under [Hypergrid], no need to set it here, leave it commented
|
||||||
; HomeURI = "http://127.0.0.1:9000"
|
; HomeURI = "http://127.0.0.1:9000"
|
||||||
|
|
||||||
;; The asset types that this grid can export to / import from other grids.
|
;; The asset types that this grid can export to / import from other grids.
|
||||||
;; Comma separated.
|
;; Comma separated.
|
||||||
;; Valid values are all the asset types in OpenMetaverse.AssetType, namely:
|
;; Valid values are all the asset types in OpenMetaverse.AssetType, namely:
|
||||||
;; Unknown, Texture, Sound, CallingCard, Landmark, Clothing, Object, Notecard, LSLText,
|
;; Unknown, Texture, Sound, CallingCard, Landmark, Clothing, Object, Notecard, LSLText,
|
||||||
;; LSLBytecode, TextureTGA, Bodypart, SoundWAV, ImageTGA, ImageJPEG, Animation, Gesture, Mesh
|
;; LSLBytecode, TextureTGA, Bodypart, SoundWAV, ImageTGA, ImageJPEG, Animation, Gesture, Mesh
|
||||||
;;
|
;;
|
||||||
;; Leave blank or commented if you don't want to apply any restrictions.
|
;; 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
|
;; A more strict, but still reasonable, policy may be to disallow the exchange
|
||||||
;; of scripts, like so:
|
;; of scripts, like so:
|
||||||
; DisallowExport ="LSLText"
|
; DisallowExport ="LSLText"
|
||||||
; DisallowImport ="LSLBytecode"
|
; DisallowImport ="LSLBytecode"
|
||||||
|
|
||||||
|
|
||||||
[HGInventoryAccessModule]
|
[HGInventoryAccessModule]
|
||||||
;; If you have these set under [Hypergrid], no need to set it here, leave it commented
|
;; If you have these set under [Hypergrid], no need to set it here, leave it commented
|
||||||
; HomeURI = "http://127.0.0.1:9000"
|
; HomeURI = "http://127.0.0.1:9000"
|
||||||
; GatekeeperURI = "http://127.0.0.1:9000"
|
; GatekeeperURI = "http://127.0.0.1:9000"
|
||||||
|
|
||||||
;; If you want to protect your assets from being copied by foreign visitors
|
;; If you want to protect your assets from being copied by foreign visitors
|
||||||
;; uncomment the next line. You may want to do this on sims that have licensed content.
|
;; uncomment the next line. You may want to do this on sims that have licensed content.
|
||||||
;; true = allow exports, false = disallow exports. True by default.
|
;; true = allow exports, false = disallow exports. True by default.
|
||||||
; OutboundPermission = True
|
; OutboundPermission = True
|
||||||
|
|
||||||
;; Send visual reminder to local users that their inventories are unavailable while they are traveling
|
;; Send visual reminder to local users that their inventories are unavailable while they are traveling
|
||||||
;; and available when they return. True by default.
|
;; and available when they return. True by default.
|
||||||
;RestrictInventoryAccessAbroad = True
|
;RestrictInventoryAccessAbroad = True
|
||||||
|
|
||||||
[HGFriendsModule]
|
[HGFriendsModule]
|
||||||
; User level required to be able to send friendship invitations to foreign users
|
; User level required to be able to send friendship invitations to foreign users
|
||||||
|
@ -356,20 +355,20 @@
|
||||||
|
|
||||||
[Messaging]
|
[Messaging]
|
||||||
; === HG ONLY ===
|
; === HG ONLY ===
|
||||||
;; If you have this set under [Hypergrid], no need to set it here, leave it commented
|
;; If you have this set under [Hypergrid], no need to set it here, leave it commented
|
||||||
; GatekeeperURI = "http://127.0.0.1:9000"
|
; GatekeeperURI = "http://127.0.0.1:9000"
|
||||||
|
|
||||||
|
|
||||||
[EntityTransfer]
|
[EntityTransfer]
|
||||||
;; User level from which local users are allowed to HG teleport. Default 0 (all users)
|
;; User level from which local users are allowed to HG teleport. Default 0 (all users)
|
||||||
;LevelHGTeleport = 0
|
;LevelHGTeleport = 0
|
||||||
|
|
||||||
;; Are local users restricted from taking their appearance abroad?
|
;; Are local users restricted from taking their appearance abroad?
|
||||||
;; Default is no restrictions
|
;; Default is no restrictions
|
||||||
;RestrictAppearanceAbroad = false
|
;RestrictAppearanceAbroad = false
|
||||||
|
|
||||||
;; If appearance is restricted, which accounts' appearances are allowed to be exported?
|
;; If appearance is restricted, which accounts' appearances are allowed to be exported?
|
||||||
;; Comma-separated list of account names
|
;; Comma-separated list of account names
|
||||||
AccountForAppearance = "Test User, Astronaut Smith"
|
AccountForAppearance = "Test User, Astronaut Smith"
|
||||||
|
|
||||||
;; UserProfiles Service
|
;; UserProfiles Service
|
||||||
|
@ -385,5 +384,3 @@
|
||||||
|
|
||||||
UserAccountService = OpenSim.Services.UserAccountService.dll:UserAccountService
|
UserAccountService = OpenSim.Services.UserAccountService.dll:UserAccountService
|
||||||
AuthenticationServiceModule = "OpenSim.Services.AuthenticationService.dll:PasswordAuthenticationService"
|
AuthenticationServiceModule = "OpenSim.Services.AuthenticationService.dll:PasswordAuthenticationService"
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
;;
|
;;
|
||||||
|
|
||||||
[Startup]
|
[Startup]
|
||||||
WorldMapModule = "HGWorldMap"
|
WorldMapModule = "HGWorldMap"
|
||||||
|
|
||||||
[Modules]
|
[Modules]
|
||||||
AssetServices = "HGAssetBroker"
|
AssetServices = "HGAssetBroker"
|
||||||
|
@ -20,12 +20,12 @@
|
||||||
SimulationServices = "RemoteSimulationConnectorModule"
|
SimulationServices = "RemoteSimulationConnectorModule"
|
||||||
AvatarServices = "LocalAvatarServicesConnector"
|
AvatarServices = "LocalAvatarServicesConnector"
|
||||||
UserProfilesServices = "LocalUserProfilesServicesConnector"
|
UserProfilesServices = "LocalUserProfilesServicesConnector"
|
||||||
MapImageService = "MapImageServiceModule"
|
MapImageService = "MapImageServiceModule"
|
||||||
EntityTransferModule = "HGEntityTransferModule"
|
EntityTransferModule = "HGEntityTransferModule"
|
||||||
InventoryAccessModule = "HGInventoryAccessModule"
|
InventoryAccessModule = "HGInventoryAccessModule"
|
||||||
FriendsModule = "HGFriendsModule"
|
FriendsModule = "HGFriendsModule"
|
||||||
UserManagementModule = "HGUserManagementModule"
|
UserManagementModule = "HGUserManagementModule"
|
||||||
SearchModule = "BasicSearchModule"
|
SearchModule = "BasicSearchModule"
|
||||||
|
|
||||||
InventoryServiceInConnector = true
|
InventoryServiceInConnector = true
|
||||||
AssetServiceInConnector = true
|
AssetServiceInConnector = true
|
||||||
|
@ -33,10 +33,10 @@
|
||||||
NeighbourServiceInConnector = true
|
NeighbourServiceInConnector = true
|
||||||
LibraryModule = true
|
LibraryModule = true
|
||||||
LLLoginServiceInConnector = true
|
LLLoginServiceInConnector = true
|
||||||
GridInfoServiceInConnector = true
|
GridInfoServiceInConnector = true
|
||||||
AuthenticationServiceInConnector = true
|
AuthenticationServiceInConnector = true
|
||||||
SimulationServiceInConnector = true
|
SimulationServiceInConnector = true
|
||||||
MapImageServiceInConnector = true
|
MapImageServiceInConnector = true
|
||||||
|
|
||||||
[SimulationService]
|
[SimulationService]
|
||||||
; This is the protocol version which the simulator advertises to the source destination when acting as a target destination for a teleport
|
; This is the protocol version which the simulator advertises to the source destination when acting as a target destination for a teleport
|
||||||
|
@ -74,9 +74,9 @@
|
||||||
LocalServiceModule = "OpenSim.Services.AvatarService.dll:AvatarService"
|
LocalServiceModule = "OpenSim.Services.AvatarService.dll:AvatarService"
|
||||||
|
|
||||||
[LibraryService]
|
[LibraryService]
|
||||||
LocalServiceModule = "OpenSim.Services.InventoryService.dll:LibraryService"
|
LocalServiceModule = "OpenSim.Services.InventoryService.dll:LibraryService"
|
||||||
LibraryName = "OpenSim Library"
|
LibraryName = "OpenSim Library"
|
||||||
DefaultLibrary = "./inventory/Libraries.xml"
|
DefaultLibrary = "./inventory/Libraries.xml"
|
||||||
|
|
||||||
[AuthenticationService]
|
[AuthenticationService]
|
||||||
LocalServiceModule = "OpenSim.Services.AuthenticationService.dll:PasswordAuthenticationService"
|
LocalServiceModule = "OpenSim.Services.AuthenticationService.dll:PasswordAuthenticationService"
|
||||||
|
@ -123,7 +123,7 @@
|
||||||
LocalServiceModule = "OpenSim.Services.LLLoginService.dll:LLLoginService"
|
LocalServiceModule = "OpenSim.Services.LLLoginService.dll:LLLoginService"
|
||||||
UserAccountService = "OpenSim.Services.UserAccountService.dll:UserAccountService"
|
UserAccountService = "OpenSim.Services.UserAccountService.dll:UserAccountService"
|
||||||
GridUserService = "OpenSim.Services.UserAccountService.dll:GridUserService"
|
GridUserService = "OpenSim.Services.UserAccountService.dll:GridUserService"
|
||||||
UserAgentService = "OpenSim.Services.HypergridService.dll:UserAgentService"
|
UserAgentService = "OpenSim.Services.HypergridService.dll:UserAgentService"
|
||||||
AuthenticationService = "OpenSim.Services.AuthenticationService.dll:PasswordAuthenticationService"
|
AuthenticationService = "OpenSim.Services.AuthenticationService.dll:PasswordAuthenticationService"
|
||||||
InventoryService = "OpenSim.Services.InventoryService.dll:XInventoryService"
|
InventoryService = "OpenSim.Services.InventoryService.dll:XInventoryService"
|
||||||
PresenceService = "OpenSim.Services.PresenceService.dll:PresenceService"
|
PresenceService = "OpenSim.Services.PresenceService.dll:PresenceService"
|
||||||
|
@ -132,9 +132,9 @@
|
||||||
FriendsService = "OpenSim.Services.FriendsService.dll:FriendsService"
|
FriendsService = "OpenSim.Services.FriendsService.dll:FriendsService"
|
||||||
|
|
||||||
[MapImageService]
|
[MapImageService]
|
||||||
LocalServiceModule = "OpenSim.Services.MapImageService.dll:MapImageService"
|
LocalServiceModule = "OpenSim.Services.MapImageService.dll:MapImageService"
|
||||||
; in minutes
|
; in minutes
|
||||||
RefreshTime = 60
|
RefreshTime = 60
|
||||||
|
|
||||||
[GatekeeperService]
|
[GatekeeperService]
|
||||||
LocalServiceModule = "OpenSim.Services.HypergridService.dll:GatekeeperService"
|
LocalServiceModule = "OpenSim.Services.HypergridService.dll:GatekeeperService"
|
||||||
|
@ -148,8 +148,8 @@
|
||||||
SimulationService ="OpenSim.Services.Connectors.dll:SimulationServiceConnector"
|
SimulationService ="OpenSim.Services.Connectors.dll:SimulationServiceConnector"
|
||||||
|
|
||||||
[UserAgentService]
|
[UserAgentService]
|
||||||
LocalServiceModule = "OpenSim.Services.HypergridService.dll:UserAgentService"
|
LocalServiceModule = "OpenSim.Services.HypergridService.dll:UserAgentService"
|
||||||
;; for the service
|
;; for the service
|
||||||
GridUserService = "OpenSim.Services.UserAccountService.dll:GridUserService"
|
GridUserService = "OpenSim.Services.UserAccountService.dll:GridUserService"
|
||||||
GridService = "OpenSim.Services.GridService.dll:GridService"
|
GridService = "OpenSim.Services.GridService.dll:GridService"
|
||||||
GatekeeperService = "OpenSim.Services.HypergridService.dll:GatekeeperService"
|
GatekeeperService = "OpenSim.Services.HypergridService.dll:GatekeeperService"
|
||||||
|
@ -166,10 +166,10 @@
|
||||||
[HGInventoryService]
|
[HGInventoryService]
|
||||||
; For the InventoryServiceInConnector
|
; For the InventoryServiceInConnector
|
||||||
LocalServiceModule = "OpenSim.Services.HypergridService.dll:HGSuitcaseInventoryService"
|
LocalServiceModule = "OpenSim.Services.HypergridService.dll:HGSuitcaseInventoryService"
|
||||||
;; alternatives:
|
;; alternatives:
|
||||||
;; HG1.5, more permissive, not recommended, but still supported
|
;; HG1.5, more permissive, not recommended, but still supported
|
||||||
;LocalServiceModule = "OpenSim.Services.HypergridService.dll:HGInventoryService"
|
;LocalServiceModule = "OpenSim.Services.HypergridService.dll:HGInventoryService"
|
||||||
;; HG1.0, totally permissive, not recommended, but OK for grids with 100% trust
|
;; HG1.0, totally permissive, not recommended, but OK for grids with 100% trust
|
||||||
;LocalServiceModule = "OpenSim.Services.InventoryService.dll:XInventoryService"
|
;LocalServiceModule = "OpenSim.Services.InventoryService.dll:XInventoryService"
|
||||||
|
|
||||||
UserAccountsService = "OpenSim.Services.UserAccountService.dll:UserAccountService"
|
UserAccountsService = "OpenSim.Services.UserAccountService.dll:UserAccountService"
|
||||||
|
@ -182,19 +182,19 @@
|
||||||
UserAccountsService = "OpenSim.Services.UserAccountService.dll:UserAccountService"
|
UserAccountsService = "OpenSim.Services.UserAccountService.dll:UserAccountService"
|
||||||
|
|
||||||
[HGFriendsService]
|
[HGFriendsService]
|
||||||
LocalServiceModule = "OpenSim.Services.HypergridService.dll:HGFriendsService"
|
LocalServiceModule = "OpenSim.Services.HypergridService.dll:HGFriendsService"
|
||||||
UserAgentService = "OpenSim.Services.HypergridService.dll:UserAgentService"
|
UserAgentService = "OpenSim.Services.HypergridService.dll:UserAgentService"
|
||||||
FriendsService = "OpenSim.Services.FriendsService.dll:FriendsService"
|
FriendsService = "OpenSim.Services.FriendsService.dll:FriendsService"
|
||||||
UserAccountService = "OpenSim.Services.UserAccountService.dll:UserAccountService"
|
UserAccountService = "OpenSim.Services.UserAccountService.dll:UserAccountService"
|
||||||
GridService = "OpenSim.Services.GridService.dll:GridService"
|
GridService = "OpenSim.Services.GridService.dll:GridService"
|
||||||
PresenceService = "OpenSim.Services.PresenceService.dll:PresenceService"
|
PresenceService = "OpenSim.Services.PresenceService.dll:PresenceService"
|
||||||
|
|
||||||
[HGInstantMessageService]
|
[HGInstantMessageService]
|
||||||
LocalServiceModule = "OpenSim.Services.HypergridService.dll:HGInstantMessageService"
|
LocalServiceModule = "OpenSim.Services.HypergridService.dll:HGInstantMessageService"
|
||||||
GridService = "OpenSim.Services.GridService.dll:GridService"
|
GridService = "OpenSim.Services.GridService.dll:GridService"
|
||||||
PresenceService = "OpenSim.Services.PresenceService.dll:PresenceService"
|
PresenceService = "OpenSim.Services.PresenceService.dll:PresenceService"
|
||||||
UserAgentService = "OpenSim.Services.HypergridService.dll:UserAgentService"
|
UserAgentService = "OpenSim.Services.HypergridService.dll:UserAgentService"
|
||||||
InGatekeeper = True
|
InGatekeeper = True
|
||||||
|
|
||||||
;; This should always be the very last thing on this file
|
;; This should always be the very last thing on this file
|
||||||
[Includes]
|
[Includes]
|
||||||
|
|
Loading…
Reference in New Issue