Skip to content

Commit

Permalink
Remove (now-changed) connection info from git :-/
Browse files Browse the repository at this point in the history
  • Loading branch information
davorg committed Jul 29, 2015
1 parent 0bd6896 commit 7c51874
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
@@ -1,3 +1,4 @@
contract
invoice
timesheet
magnum_sch.conf
14 changes: 14 additions & 0 deletions magnum_sch.conf.sample
@@ -0,0 +1,14 @@
schema_class <Some::Schema>

<connect_info>
dsn dbi:mysql:database=<somedb>;host=<somehost>
user <someuser>
pass <somepass>
</connect_info>

<loader_options>
components InflateColumn::DateTime
naming current
dump_directory lib
use_moose 1
</loader_options>

0 comments on commit 7c51874

Please sign in to comment.