Skip to content

Commit

Permalink
strict back off...
Browse files Browse the repository at this point in the history
  • Loading branch information
jywarren committed Jan 26, 2018
1 parent 9cd3bd0 commit 425e46d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions config/database.yml.example
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ test:
encoding: utf8
pool: 5
timeout: 5000
strict: false

# This database will be used by default when running `passenger start`
development:
Expand All @@ -18,6 +19,7 @@ development:
password:
encoding: utf8
database: publiclaboratory
strict: false

production:
adapter: mysql2
Expand All @@ -28,3 +30,4 @@ production:
encoding: utf8
pool: 5
timeout: 5000
strict: false

0 comments on commit 425e46d

Please sign in to comment.