default to a db called postgres

This commit is contained in:
Sam 2013-12-18 16:54:47 +11:00
parent ffffee3ae1
commit 5232f0efd1

View File

@ -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: