Skip to content

Commit 4f258de

Browse files
committed
Unbreak database.yml
1 parent 4163c0d commit 4f258de

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

config/database.yml

+4-5
Original file line numberDiff line numberDiff line change
@@ -12,22 +12,21 @@
1212
default: &default
1313
adapter: mysql2
1414
encoding: utf8
15-
pool: 5
16-
socket: /tmp/mysql.sock
15+
host: mysqldev.lib.virginia.edu
1716

1817
development:
1918
<<: *default
2019
database: libra2_development
21-
username: root
22-
password:
20+
username: libra2
21+
password: QxCTB5LR
2322

2423
# Warning: The database defined as "test" will be erased and
2524
# re-generated from your development database when you run "rake".
2625
# Do not set this db to the same as development or production.
2726
test:
2827
<<: *default
2928
database: libra2_test
30-
username: root
29+
username: libra2
3130
password:
3231

3332
# As with config/secrets.yml, you never want to store sensitive information,

0 commit comments

Comments
 (0)