Fix private note shown to user in widget (#308)

fixes #306
This commit is contained in:
Pranav Raj S
2019-11-27 10:12:57 +05:30
committed by Sojan Jose
parent 913172c688
commit ded8f33fc8
4 changed files with 13 additions and 12 deletions

View File

@@ -6,9 +6,9 @@ default: &default
development:
<<: *default
database: chatwoot_dev
username: postgres
password:
database: <%= ENV.fetch('POSTGRES_DATABASE', 'chatwoot_dev') %>
username: <%= ENV.fetch('POSTGRES_USERNAME', 'postgres') %>
password: <%= ENV.fetch('POSTGRES_PASSWORD', '') %>
test:
<<: *default