; APEx config file.
[General]
; Path to operators
OperatorsPath = _Kernel/APEx/operators/
; Path to operators
MacrosPath = _Kernel/APEx/macros/
; Path to datasources
DatasourcesPath = _Kernel/APEx/datasources/
; Path to Event Handlers
EventhandlersPath = _Kernel/APEx/eventhandlers/
; Path to compiled templates
CompiledPath = _Kernel/APEx/compiled_templates/
[EngineSettings]
;Suppress "uninitialized variable" errors
SuppressVarErrors = Yes
|