forked from OpenNeo/impress
Matchu
d8eea93c1c
Without this, searches for negative of `fits` or `species` would crash, bc somewhere Rails set the default SQL mode to be stricter than before. This just sets it back!
13 lines
258 B
YAML
13 lines
258 B
YAML
development:
|
|
adapter: mysql2
|
|
database: openneo_impress
|
|
username: openneo_impress
|
|
password: openneo_impress
|
|
pool: 5
|
|
variables:
|
|
sql_mode: TRADITIONAL
|
|
|
|
production:
|
|
url: <%= ENV['DATABASE_URL_PRIMARY'] %>
|
|
variables:
|
|
sql_mode: TRADITIONAL
|