/config/environment.cfm
http://cfwheels.googlecode.com/ · ColdFusion · 5 lines · 1 code · 0 blank · 4 comment · 0 complexity · ed7c3d9010dc4275719cf4ffd55db982 MD5 · raw file
- <!---
- The environment setting can be set to "design", "development", "testing", "maintenance" or "production".
- For example, set it to "design" or "development" when you are building your application and to "production" when it's running live.
- --->
- <cfset set(environment="design")>