We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6935e3a commit fd99932Copy full SHA for fd99932
2 files changed
config/environment.cfm
@@ -7,6 +7,6 @@
7
8
// Below, we have set it to "development" for you since that is convenient when you are building your application.
9
// We recommend that you change this to "production" when you're running your application live.
10
- set(environment="production");
+ set(environment="development");
11
12
</cfscript>
config/production/settings.cfm
@@ -7,5 +7,5 @@
// set(errorEmailAddress="someone@somewhere.com");
// Automagically migrate the database if in production mode
- set(autoMigrateDatabase=true);
+ //set(autoMigrateDatabase=true);
0 commit comments