Add the config-include statement to OpenSim.ini.example.
addon-modules/*/config/*.ini is now included in the configurationarthursv
parent
efc57bc3d7
commit
00aceec799
|
@ -1362,3 +1362,11 @@
|
||||||
; config-include/GridCommon.ini.example (if you're connected to a grid)
|
; config-include/GridCommon.ini.example (if you're connected to a grid)
|
||||||
; Copy to your own .ini there (without .example extension) and edit it
|
; Copy to your own .ini there (without .example extension) and edit it
|
||||||
; to customize your data
|
; to customize your data
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||||
|
;; The below pulls in optional module config files
|
||||||
|
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||||
|
[Modules]
|
||||||
|
Include-modules = "addon-modules/*/config/*.ini"
|
||||||
|
|
Loading…
Reference in New Issue