Skip to content

Instantly share code, notes, and snippets.

@danvega
Created April 7, 2011 03:15
Show Gist options
  • Save danvega/906965 to your computer and use it in GitHub Desktop.
Save danvega/906965 to your computer and use it in GitHub Desktop.
<cfscript>
this.ormEnabled = true;
this.datasource = "YOUR_DATASOURCE_HERE";
this.ormSettings = {
dbcreate = "update",
eventhandling = true,
flushAtRequestEnd = false,
cfclocation = []
};
</cfscript>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment