mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 17:05:55 +08:00
Add the config-include statement to OpenSim.ini.example.
addon-modules/*/config/*.ini is now included in the configuration
This commit is contained in:
@@ -1362,3 +1362,11 @@
|
||||
; config-include/GridCommon.ini.example (if you're connected to a grid)
|
||||
; Copy to your own .ini there (without .example extension) and edit it
|
||||
; to customize your data
|
||||
|
||||
|
||||
|
||||
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||
;; The below pulls in optional module config files
|
||||
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||
[Modules]
|
||||
Include-modules = "addon-modules/*/config/*.ini"
|
||||
|
||||
Reference in New Issue
Block a user