mirror of
https://github.com/soup-bowl/opensimulator-docker.git
synced 2026-07-30 19:49:06 +00:00
56 lines
1.3 KiB
INI
56 lines
1.3 KiB
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
|
|
|
|
[Estates]
|
|
DefaultEstateName = OpenSim Standalone
|
|
DefaultEstateOwnerName = Governor Linden
|
|
DefaultEstateOwnerUUID = 00000000-0000-0000-0000-000000000000
|
|
DefaultEstateOwnerEMail = foobar@example.com
|
|
DefaultEstateOwnerPassword = password
|
|
|
|
[Network]
|
|
http_listener_port = 9000
|
|
ExternalHostNameForLSL = ${Const|BaseHostname}
|
|
shard = "OpenSim"
|
|
|
|
[ClientStack.LindenCaps]
|
|
Cap_GetTexture = "localhost"
|
|
Cap_GetMesh = "localhost"
|
|
Cap_AvatarPickerSearch = "localhost"
|
|
Cap_GetDisplayNames = "localhost"
|
|
|
|
[Messaging]
|
|
StorageProvider = OpenSim.Data.MySQL.dll
|
|
ConectionString = "Data Source=db;Database=metaverse;User ID=root;Password=password;Old Guids=true;"
|
|
|
|
[BulletSim]
|
|
AvatarToAvatarCollisionsByDefault = true
|
|
|
|
[RemoteAdmin]
|
|
enabled = true
|
|
access_password = "password"
|
|
enabled_methods = all
|
|
|
|
[XEngine]
|
|
AppDomainLoading = false
|
|
DeleteScriptsOnStartup = false
|
|
|
|
[OSSL]
|
|
Include-osslDefaultEnable = "config-include/osslDefaultEnable.ini"
|
|
|
|
[Architecture]
|
|
Include-Architecture = "config-include/Standalone.ini"
|
|
|
|
[WebStats]
|
|
enabled = true
|