mirror of
https://github.com/soup-bowl/opensimulator-docker.git
synced 2026-07-31 04:10:12 +00:00
94 lines
2.1 KiB
INI
94 lines
2.1 KiB
INI
|
|
[Startup]
|
|
async_call_method = SmartThreadPool
|
|
|
|
|
|
MaxPoolThreads = 300
|
|
MinPoolThreads = 32
|
|
|
|
CacheSculptMaps = false
|
|
|
|
DefaultScriptEngine = "YEngine"
|
|
|
|
[Permissions]
|
|
automatic_gods = false
|
|
implicit_gods = false
|
|
allow_grid_gods = true
|
|
|
|
[Network]
|
|
shard = "OpenSim"
|
|
|
|
[ClientStack.LindenCaps]
|
|
Cap_GetTexture = "localhost"
|
|
Cap_GetMesh = "localhost"
|
|
Cap_AvatarPickerSearch = "localhost"
|
|
Cap_GetDisplayNames = "localhost"
|
|
|
|
|
|
[SimulatorFeatures]
|
|
MapTileURL = "http://maptiles.osgrid.org:80"
|
|
|
|
[Messaging]
|
|
OfflineMessageModule = OfflineMessageModule
|
|
OfflineMessageURL = http://im.osgrid.org/offline
|
|
MuteListModule = OpenSimMuteList
|
|
MuteListURL = http://im.osgrid.org/mute/index.php
|
|
ForwardOfflineGroupMessages = false
|
|
|
|
[BulletSim]
|
|
AvatarToAvatarCollisionsByDefault = true
|
|
UseSeparatePhysicsThread = true
|
|
TerrainImplementation=0
|
|
|
|
[DataSnapshot]
|
|
index_sims = true
|
|
data_exposure = minimum
|
|
gridname = "OSGrid"
|
|
data_services="http://search.osgrid.org/register.php"
|
|
|
|
[Search]
|
|
Module = "OpenSimSearch"
|
|
SearchURL = http://search.osgrid.org/query.php
|
|
|
|
[Economy]
|
|
AllowFreeTestUpload = true
|
|
MeshModelAllowTextureToInventory = true
|
|
economy = http://helper.osgrid.org/
|
|
|
|
[YEngine]
|
|
Enabled = true
|
|
ScriptStackSize = 256
|
|
ScriptHeapSize = 256
|
|
UseSourceHashCode = true
|
|
MinTimerInterval = 0.1
|
|
ScriptEnginesPath="ScriptEngines"
|
|
|
|
[XEngine]
|
|
Enabled = false
|
|
AppDomainLoading = false
|
|
|
|
[OSSL]
|
|
Include-osslDefaultEnable = "config-include/osslDefaultEnable.ini"
|
|
|
|
[Groups]
|
|
Enabled = true
|
|
Module = GroupsModule
|
|
ServicesConnectorModule = XmlRpcGroupsServicesConnector
|
|
GroupsServerURI = "http://groups.osgrid.org/xmlrpc.php"
|
|
NoticesEnabled = true
|
|
MessagingModule = GroupsMessagingModule
|
|
MessagingEnabled = true
|
|
MessageOnlineUsersOnly = true
|
|
|
|
[NPC]
|
|
Enabled = true
|
|
|
|
[UserProfiles]
|
|
ProfileServiceURL = http://services.osgrid.org
|
|
|
|
[XBakes]
|
|
URL = http://xbakes.osgrid.org
|
|
|
|
[Architecture]
|
|
Include-Architecture = "config-include/GridHypergrid.ini"
|