Created
December 11, 2014 13:53
-
-
Save SysPete/c12774af596d8725dce2 to your computer and use it in GitHub Desktop.
PostgreSQL Dancer::Plugin::DBIC example config
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
plugins: | |
DBIC: | |
default: | |
dsn: dbi:Pg:dbname=danceshop | |
user: dancepower | |
password: dancethenightaway | |
schema_class: Interchange6::Schema | |
options: | |
RaiseError: 1 | |
PrintError: 1 | |
on_connect_do: 'SET client_min_messages=WARNING;' | |
pg_enable_utf8: 1 | |
quote_names: 1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment