Skip to content

Commit d105de5

Browse files
committed
chore: allow specifying database_name
1 parent d2c4fe4 commit d105de5

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
@@ -49,7 +49,7 @@ test:
4949
#
5050
production:
5151
<<: *default
52-
database: aylamusica_rails_production
52+
database: <%= ENV['DATABASE_NAME'] %>
5353
adapter: postgresql
5454
host: <%= ENV['DATABASE_HOST'] %>
5555
username: <%= ENV['DATABASE_USERNAME'] %>

0 commit comments

Comments
 (0)