Add default empty password
This commit is contained in:
parent
b4c9b31ce7
commit
959449a3f4
@ -52,4 +52,4 @@ production:
|
||||
port: <%= ENV.fetch("LNDHUB_PG_PORT") { 5432 } %>
|
||||
database: <%= ENV.fetch("LNDHUB_PG_DATABASE") { 'lndhub' } %>
|
||||
username: <%= ENV.fetch("LNDHUB_PG_USERNAME") { 'lndhub' } %>
|
||||
password: <%= ENV.fetch("LNDHUB_PG_PASSWORD") %>
|
||||
password: <%= ENV.fetch("LNDHUB_PG_PASSWORD") { '' } %>
|
||||
|
Loading…
x
Reference in New Issue
Block a user