We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20d310f commit 7792c88Copy full SHA for 7792c88
config/database.yml
@@ -5,7 +5,7 @@ default: &default
5
password:
6
pool: 5
7
port: <%= ENV['DEV_POSTGRES_PORT'] || 5432 %>
8
- username: vagrant
+ username: <%= ENV['DB_USERNAME'] || 'vagrant' %>
9
10
development:
11
<<: *default
0 commit comments