Update db config (delete socket)

This commit is contained in:
thibault173 2020-07-06 16:42:03 +02:00
parent 275eaece26
commit e12d4be1fa

View File

@ -7,7 +7,6 @@
default: &default
adapter: mysql2
encoding: utf8mb4
database: mmsc_app
pool: 5
timeout: 5000
variables:
@ -15,15 +14,16 @@ default: &default
development:
<<: *default
database: mmsc_app_development
username: root
socket: /tmp/mysql.sock
# Warning: The database defined as "test" will be erased and
# re-generated from your development database when you run "rake".
# Do not set this db to the same as development or production.
test:
<<: *default
database: db/test.sqlite3
database: mmsc_app_test
username: root
production:
<<: *default