| 1 | <?xml version="1.0" encoding="UTF-8"?> |
|---|
| 2 | <Config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://www.coldboxframework.com/schema/config_2.6.0.xsd"> |
|---|
| 3 | <Settings> |
|---|
| 4 | <!-- Application Setup--> |
|---|
| 5 | <Setting name="AppName" value="LookupManager"/> |
|---|
| 6 | <!-- <Setting name="AppMapping" value=""/> --> |
|---|
| 7 | <Setting name="OwnerEmail" value=""/> |
|---|
| 8 | <Setting name="EventName" value="event"/> |
|---|
| 9 | |
|---|
| 10 | <!-- Security & Dev Modes --> |
|---|
| 11 | <Setting name="DebugMode" value="false"/> |
|---|
| 12 | <Setting name="DebugPassword" value=""/> |
|---|
| 13 | <Setting name="ReinitPassword" value=""/> |
|---|
| 14 | <Setting name="EnableDumpVar" value="false"/> |
|---|
| 15 | <Setting name="HandlersIndexAutoReload" value="true"/> |
|---|
| 16 | <Setting name="ConfigAutoReload" value="false"/> |
|---|
| 17 | |
|---|
| 18 | <!--Default event name variable to use in URL/FORM etc. --> |
|---|
| 19 | <Setting name="EnableColdfusionLogging" value="false"/> |
|---|
| 20 | <Setting name="EnableColdboxLogging" value="false"/> |
|---|
| 21 | <Setting name="ColdboxLogsLocation" value=""/> |
|---|
| 22 | <Setting name="DefaultLogLevel" value="4"/> |
|---|
| 23 | |
|---|
| 24 | <!-- Implicit Events --> |
|---|
| 25 | <Setting name="DefaultEvent" value="lookups.display"/> |
|---|
| 26 | <Setting name="RequestStartHandler" value=""/> |
|---|
| 27 | <Setting name="RequestEndHandler" value=""/> |
|---|
| 28 | <Setting name="ApplicationStartHandler" value=""/> |
|---|
| 29 | <Setting name="SessionStartHandler" value=""/> |
|---|
| 30 | <Setting name="SessionEndHandler" value=""/> |
|---|
| 31 | <Setting name="ExceptionHandler" value=""/> |
|---|
| 32 | <Setting name="onInvalidEvent" value=""/> |
|---|
| 33 | |
|---|
| 34 | <!-- Application Aspects --> |
|---|
| 35 | <Setting name="EnableBugReports" value="false"/> |
|---|
| 36 | <Setting name="MessageboxStyleOverride" value="false"/> |
|---|
| 37 | <Setting name="ProxyReturnCollection" value="false"/> |
|---|
| 38 | <Setting name="FlashURLPersistScope" value="session"/> |
|---|
| 39 | |
|---|
| 40 | <!-- Extension Points --> |
|---|
| 41 | <Setting name="CustomErrorTemplate" value=""/> |
|---|
| 42 | <Setting name="UDFLibraryFile" value=""/> |
|---|
| 43 | <Setting name="MyPluginsLocation" value=""/> |
|---|
| 44 | <Setting name="HandlersExternalLocation" value=""/> |
|---|
| 45 | <Setting name="ViewsExternalLocation" value=""/> |
|---|
| 46 | <Setting name="RequestContextDecorator" value=""/> |
|---|
| 47 | |
|---|
| 48 | <!-- Caching Directives --> |
|---|
| 49 | <Setting name="HandlerCaching" value="false"/> |
|---|
| 50 | <Setting name="EventCaching" value="false"/> |
|---|
| 51 | |
|---|
| 52 | <!-- Model Integration --> |
|---|
| 53 | <Setting name="ModelsExternalLocation" value=""/> |
|---|
| 54 | <Setting name="ModelsObjectCaching" value="false"/> |
|---|
| 55 | <Setting name="ModelsStopRecursion" value="transfer.com.TransferDecorator"/> |
|---|
| 56 | <!-- Uncomment More Model Integration Settings: |
|---|
| 57 | <Setting name="ModelsSetterInjection" value="false" /> |
|---|
| 58 | <Setting name="ModelsDICompleteUDF" value="onDIComplete" /> |
|---|
| 59 | <Setting name="ModelsDebugMode" value="true" /> |
|---|
| 60 | --> |
|---|
| 61 | |
|---|
| 62 | <!-- IOC Integration --> |
|---|
| 63 | <Setting name="IOCFramework" value=""/> |
|---|
| 64 | <Setting name="IOCFrameworkReload" value="false"/> |
|---|
| 65 | <Setting name="IOCDefinitionFile" value=""/> |
|---|
| 66 | <Setting name="IOCObjectCaching" value="false"/> |
|---|
| 67 | </Settings> |
|---|
| 68 | |
|---|
| 69 | <YourSettings> |
|---|
| 70 | <!-- Lookups Settings --> |
|---|
| 71 | <Setting name="lookups_tables" value=""/> |
|---|
| 72 | <Setting name="lookups_imgPath" value="includes/lookups/images"/> |
|---|
| 73 | <Setting name="lookups_cssPath" value="includes/lookups/styles"/> |
|---|
| 74 | <Setting name="lookups_jsPath" value="includes/lookups/js"/> |
|---|
| 75 | <Setting name="lookups_dsn" value="lookups"/> |
|---|
| 76 | <!-- Leave empty if handlers and views not in a package --> |
|---|
| 77 | <Setting name="lookups_packagePath" value=""/> |
|---|
| 78 | </YourSettings> |
|---|
| 79 | |
|---|
| 80 | <Layouts> |
|---|
| 81 | <DefaultLayout>Layout.Lookups.cfm</DefaultLayout> |
|---|
| 82 | <!-- Lookups Layout --> |
|---|
| 83 | <Layout file="Layout.Lookups.cfm" name="Lookups"> |
|---|
| 84 | <Folder>lookups</Folder> |
|---|
| 85 | </Layout> |
|---|
| 86 | </Layouts> |
|---|
| 87 | |
|---|
| 88 | <Datasources> |
|---|
| 89 | <Datasource alias="lookups" dbtype="mysql" name="lookups" password="" username=""/> |
|---|
| 90 | </Datasources> |
|---|
| 91 | |
|---|
| 92 | <Interceptors> |
|---|
| 93 | <!-- USE AUTOWIRING --> |
|---|
| 94 | <Interceptor class="coldbox.system.interceptors.autowire"> |
|---|
| 95 | <Property name="enableSetterInjection">true</Property> |
|---|
| 96 | </Interceptor> |
|---|
| 97 | <!-- USE SES --> |
|---|
| 98 | <Interceptor class="coldbox.system.interceptors.ses"> |
|---|
| 99 | <Property name="configFile">config/routes.cfm</Property> |
|---|
| 100 | </Interceptor> |
|---|
| 101 | <!-- Transfer Loader : ColdBox 2.6.3 < |
|---|
| 102 | <Interceptor class="coldbox.system.extras.transfer.TransferLoader"> |
|---|
| 103 | <Property name="ConfigPath">/${AppMapping}/config/transfer.xml.cfm</Property> |
|---|
| 104 | <Property name="definitionPath">/${AppMapping}/config/definitions</Property> |
|---|
| 105 | <Property name="datasourceAlias">${Datasources.lookups.name}</Property> |
|---|
| 106 | <Property name="LoadBeanInjector">true</Property> |
|---|
| 107 | <Property name="BeanInjectorProperties">{'useSetterInjection':'false','stopRecursion':'${ModelsStopRecursion}'}</Property> |
|---|
| 108 | </Interceptor> |
|---|
| 109 | --> |
|---|
| 110 | <!-- Transfer Loader : ColdBox 3.0.0 > --> |
|---|
| 111 | <Interceptor class="coldbox.system.orm.transfer.TransferLoader"> |
|---|
| 112 | <Property name="ConfigPath">/${AppMapping}/config/transfer.xml.cfm</Property> |
|---|
| 113 | <Property name="definitionPath">/${AppMapping}/config/definitions</Property> |
|---|
| 114 | <Property name="datasourceAlias">${Datasources.lookups.name}</Property> |
|---|
| 115 | <Property name="LoadBeanInjector">true</Property> |
|---|
| 116 | <Property name="BeanInjectorProperties">{'useSetterInjection':'false','stopRecursion':'${ModelsStopRecursion}'}</Property> |
|---|
| 117 | </Interceptor> |
|---|
| 118 | </Interceptors> |
|---|
| 119 | |
|---|
| 120 | </Config> |
|---|