Skip to content

Commit 7792c88

Browse files
author
Dave Newman
committed
allow empty db username
1 parent 20d310f commit 7792c88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/database.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ default: &default
55
password:
66
pool: 5
77
port: <%= ENV['DEV_POSTGRES_PORT'] || 5432 %>
8-
username: vagrant
8+
username: <%= ENV['DB_USERNAME'] || 'vagrant' %>
99

1010
development:
1111
<<: *default

0 commit comments

Comments
 (0)