mirror of
https://github.com/soup-bowl/opensimulator-docker.git
synced 2026-07-30 19:49:06 +00:00
40 lines
858 B
INI
40 lines
858 B
INI
|
|
[Const]
|
|
BaseHostname = "localhost"
|
|
BaseURL = http://${Const|BaseHostname}
|
|
PublicPort = "9000"
|
|
PrivURL = ${Const|BaseURL}
|
|
PrivatePort = "8003"
|
|
|
|
[Permissions]
|
|
automatic_gods = false
|
|
implicit_gods = false
|
|
allow_grid_gods = true
|
|
|
|
[Network]
|
|
http_listener_port = 9000
|
|
ExternalHostNameForLSL = ${Const|BaseHostname}
|
|
shard = "OpenSim"
|
|
|
|
[ClientStack.LindenCaps]
|
|
Cap_GetTexture = "localhost"
|
|
Cap_GetMesh = "localhost"
|
|
Cap_AvatarPickerSearch = "localhost"
|
|
Cap_GetDisplayNames = "localhost"
|
|
|
|
[BulletSim]
|
|
AvatarToAvatarCollisionsByDefault = true
|
|
|
|
[XEngine]
|
|
AppDomainLoading = false
|
|
DeleteScriptsOnStartup = false
|
|
|
|
[OSSL]
|
|
Include-osslDefaultEnable = "config-include/osslDefaultEnable.ini"
|
|
|
|
[Architecture]
|
|
Include-Architecture = "config-include/Standalone.ini"
|
|
|
|
[WebStats]
|
|
enabled = true
|