PageRenderTime 20ms CodeModel.GetById 18ms RepoModel.GetById 0ms app.codeStats 0ms

/config/settings.cfm

http://cfwheels.googlecode.com/
ColdFusion | 14 lines | 0 code | 1 blank | 13 comment | 0 complexity | da324ec35041dee53de6c18f05b29806 MD5 | raw file
Possible License(s): Apache-2.0, CPL-1.0
  1. <!---
  2. If you leave these settings commented out, Wheels will set the data source name to the same name as the folder the application resides in.
  3. <cfset set(dataSourceName="")>
  4. <cfset set(dataSourceUserName="")>
  5. <cfset set(dataSourcePassword="")>
  6. --->
  7. <!---
  8. If you leave this setting commented out, Wheels will try to determine the URL rewrite capabilities automatically.
  9. The URLRewriting setting can bet set to "On", "Partial" or "Off".
  10. To run with "Partial" rewriting, the "PATH_INFO" variable needs to be supported by the web server.
  11. To run with rewriting "On", you need to apply the necessary rewrite rules on the web server first.
  12. <cfset set(URLRewriting="Partial")>
  13. --->