mirror of
https://github.com/oonyeje/Pearlception_Website_RoR.git
synced 2025-12-25 11:47:41 +00:00
Merge branch 'master'
Conflicts: Pearlception/config/routes.rb
This commit is contained in:
commit
ae1db56380
@ -13,9 +13,9 @@ default: &default
|
|||||||
adapter: mysql2
|
adapter: mysql2
|
||||||
encoding: utf8
|
encoding: utf8
|
||||||
pool: 5
|
pool: 5
|
||||||
username: root
|
username: <%= ENV['TEST_USER'] %>
|
||||||
password: terps
|
password: <%= ENV['TEST_PASS'] %>
|
||||||
socket: /var/run/mysqld/mysqld.sock
|
socket: <%= ENV['TEST_SOCKET'] %>
|
||||||
|
|
||||||
stats_development: &stats
|
stats_development: &stats
|
||||||
adapter: mysql2
|
adapter: mysql2
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user