mirror of
https://github.com/lingble/chatwoot.git
synced 2025-10-29 18:22:53 +00:00
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user