/config/environment.cfm
ColdFusion | 5 lines | 1 code | 0 blank | 4 comment | 0 complexity | ed7c3d9010dc4275719cf4ffd55db982 MD5 | raw file
Possible License(s): Apache-2.0, CPL-1.0
- <!---
- 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")>