mirror of
https://github.com/discourse/discourse.git
synced 2024-11-26 12:53:42 +08: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