mirror of
https://github.com/Misterblue/opensim-docker.git
synced 2026-07-30 11:22:14 +00:00
25 lines
1.5 KiB
INI
Executable File
25 lines
1.5 KiB
INI
Executable File
; This file is moved into the bin/config directory where it includes
|
|
; all the configuration from these directories.
|
|
; This file is read after OpenSimDefault.ini and OpenSim.ini
|
|
; Note that config-include/Standalone.ini and the other configuration
|
|
; files are nulled out so this becomes the only inclusion of
|
|
; configuration files after OpenSim.ini.
|
|
[Startup]
|
|
; Region definitions are in this directory (rather than 'bin/Regions')
|
|
regionload_regionsdir = "config/standalone/Regions"
|
|
|
|
[Architecture]
|
|
Include-osslDefaultEnable = "config/standalone/config-include/osslDefaultEnable.ini"
|
|
; 'osslDefaultEnable.ini' includes the now empty 'bin/config-include/osslEnable.ini.ini'.
|
|
; The next line includes the 'osslEnable.ini' from this configuration.
|
|
Include-osslEnable = "config/standalone/config-include/osslEnable.ini"
|
|
Include-Architecture = "config/standalone/config-include/Standalone.ini"
|
|
; 'Standalone.ini' is usually a copy of the default 'Standalone.ini.example' which
|
|
; would include the now empty 'bin/config-include/StandaloneCommon.ini'.
|
|
; The next line includes the 'StandaloneCommon.ini' from this configuration.
|
|
Include-Common = "config/standalone/config-include/StandaloneCommon.ini"
|
|
Include-Flotsam = "config/standalone/config-include/FlotsamCache.ini"
|
|
; Last include so it overlays anything before.
|
|
; Database is setup in this INI file as it has passwords, etc.
|
|
Include-MiscConfig = "config/standalone/misc.ini"
|