/config/settings.cfm

http://raihan.googlecode.com/ · ColdFusion · 21 lines · 2 code · 3 blank · 16 comment · 0 complexity · ef9d146b521e5fa0fb31b1342b24773f MD5 · raw file

  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. <cfset set(dataSourceName="raihan")>
  8. <!---
  9. If you leave this setting commented out, Wheels will try to determine the URL rewrite capabilities automatically.
  10. The URLRewriting setting can bet set to "On", "Partial" or "Off".
  11. To run with "Partial" rewriting, the "PATH_INFO" variable needs to be supported by the web server.
  12. To run with rewriting "On", you need to apply the necessary rewrite rules on the web server first.
  13. <cfset set(URLRewriting="Partial")>
  14. --->
  15. <cfset set(URLRewriting="Off")>
  16. <!---
  17. <cfset set(ReloadPassword="indonesia")>
  18. --->