Move osslEnable.ini file from bin/ to bin/config-include.

Per comments, putting new configuration files in bin/ is not preferred.
Add comments and instructions to heading of osslEnable.ini.
Add a commented out include of osslEnable.ini to OpenSim.ini.example.
Fix line endings of osslEnable.ini to be Unix style.
This commit is contained in:
Robert Adams
2015-04-12 16:00:54 -07:00
parent 1e444b1449
commit 2a302d9a32
2 changed files with 203 additions and 186 deletions

View File

@@ -1006,6 +1006,12 @@
;; Default is ./bin/ScriptEngines
; ScriptEnginesPath = "ScriptEngines"
[OSSL]
;# {Include-osslEnable} {} {Include file for enabling and permissions for OSSL functions} {}
;; Optionally include file to enable OSSL functions and set permissions on who can use which.
;; If this INI file is not included, the OSSL functions are disabled.
; Include-osslEnable = "config-include/osslEnable.ini"
[MRM]
;; Enables the Mini Region Modules Script Engine.