/config/environment.cfm

http://cfwheels.googlecode.com/ · ColdFusion · 5 lines · 1 code · 0 blank · 4 comment · 0 complexity · ed7c3d9010dc4275719cf4ffd55db982 MD5 · raw file

  1. <!---
  2. The environment setting can be set to "design", "development", "testing", "maintenance" or "production".
  3. For example, set it to "design" or "development" when you are building your application and to "production" when it's running live.
  4. --->
  5. <cfset set(environment="design")>