mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
default to a db called postgres
This commit is contained in:
parent
ffffee3ae1
commit
5232f0efd1
@ -44,7 +44,7 @@ production:
|
||||
socket: <%= ENV['POSTGRES_SOCKET'] %>
|
||||
host: <%= uri.host %>
|
||||
port: <%= uri.port || 5432 %>
|
||||
database: <%= ENV['POSTGRES_DB'] %>
|
||||
database: <%= ENV['POSTGRES_DB'] || "discourse" %>
|
||||
username: <%= uri.user %>
|
||||
password: <%= uri.password %>
|
||||
host_names:
|
||||
|
Loading…
Reference in New Issue
Block a user