ds from env, env registry for local dev
This commit is contained in:
+6
-1
@@ -18,6 +18,7 @@
|
||||
<cfset this.datasource = "spec"/>
|
||||
<cfset this.defaultdatasource = this.datasource/>
|
||||
<cfset request.DS = "#this.datasource#">
|
||||
<cfset this.datasources["#this.datasource#"]=getDS("#this.datasource#","datasource_#this.datasource#")/>
|
||||
|
||||
<cfset COOKIEENCKEY = "PREVED!Y2"/>
|
||||
<!--- Define the page request properties. --->
|
||||
@@ -273,7 +274,11 @@
|
||||
</cfquery>
|
||||
|
||||
<cfcatch type="any">
|
||||
<!--- <cfdump var=#ds#/><cfabort/> --->
|
||||
<!---
|
||||
<cfdump var=#ds#/>
|
||||
<cfdump var=#system.getEnv()#/>
|
||||
<cfabort/>
|
||||
--->
|
||||
<cfrethrow/>
|
||||
</cfcatch>
|
||||
</cftry>
|
||||
|
||||
Reference in New Issue
Block a user