Default DB name

main
VT Social 2022-11-16 02:21:40 +00:00
parent 47bd42b2f8
commit 355c35129d
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ test:
production:
primary:
<<: *default
database: <%= ENV['DB_NAME'] || 'mastodon_production' %>
database: <%= ENV['DB_NAME'] || 'mastodon' %>
username: <%= ENV['DB_USER'] || 'mastodon' %>
password: <%= (ENV['DB_PASS'] || '').to_json %>
host: <%= ENV['DB_HOST'] || 'localhost' %>