Skip to content
This repository was archived by the owner on Apr 28, 2026. It is now read-only.

Commit 8a13bd7

Browse files
committed
update content files
1 parent 5305d09 commit 8a13bd7

2 files changed

Lines changed: 23 additions & 0 deletions

File tree

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
<cfscript>
2+
/*
3+
If you leave these settings commented out, CFWheels will set the data source name to the same name as the folder the application resides in.
4+
*/
5+
6+
// set(dataSourceName="");
7+
// set(dataSourceUserName="");
8+
// set(dataSourcePassword="");
9+
10+
/*
11+
If you leave this setting commented out, CFWheels will try to determine the URL rewrite capabilities automatically.
12+
The "URLRewriting" setting can bet set to "on", "partial" or "off".
13+
To run with "partial" rewriting, the "cgi.path_info" variable needs to be supported by the web server.
14+
To run with rewriting set to "on", you need to apply the necessary rewrite rules on the web server first.
15+
*/
16+
17+
// Added via CFWheels CLI
18+
set(dataSourceName="|datasourceName|");
19+
set(URLRewriting="On");
20+
// Reload your application with ?reload=true&password=|reloadPassword|
21+
set(reloadPassword="|reloadPassword|");
22+
// CLI-Appends-Here
23+
</cfscript>

0 commit comments

Comments
 (0)