/config/settings.cfm
http://raihan.googlecode.com/ · ColdFusion · 21 lines · 2 code · 3 blank · 16 comment · 0 complexity · ef9d146b521e5fa0fb31b1342b24773f MD5 · raw file
- <!---
- 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.
- <cfset set(dataSourceName="")>
- <cfset set(dataSourceUserName="")>
- <cfset set(dataSourcePassword="")>
- --->
-
- <cfset set(dataSourceName="raihan")>
-
- <!---
- If you leave this setting commented out, Wheels will try to determine the URL rewrite capabilities automatically.
- The URLRewriting setting can bet set to "On", "Partial" or "Off".
- To run with "Partial" rewriting, the "PATH_INFO" variable needs to be supported by the web server.
- To run with rewriting "On", you need to apply the necessary rewrite rules on the web server first.
- <cfset set(URLRewriting="Partial")>
- --->
-
- <cfset set(URLRewriting="Off")>
- <!---
- <cfset set(ReloadPassword="indonesia")>
- --->