Skip to content

Instantly share code, notes, and snippets.

@maetl
Created May 19, 2010 13:43
Show Gist options
  • Save maetl/406319 to your computer and use it in GitHub Desktop.
Save maetl/406319 to your computer and use it in GitHub Desktop.
YAML Config
IdentityDispatcher:
- DefaultBinding: action
MysqlConnection:
- Name:
- Pass:
- Database: default
- Host: localhost
- ForceUTF8: true
JSON Config
{ "IdentityDispatcher": {
"DefaultBinding": "action"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment