mirror of
https://github.com/LaCasemate/fab-manager.git
synced 2024-11-28 09:24:24 +01:00
add configuration of the postgreSQL username in environment variables
This commit is contained in:
parent
6eebd61e3c
commit
d6106b9670
@ -5,7 +5,7 @@ default: &default
|
||||
adapter: postgresql
|
||||
encoding: unicode
|
||||
pool: 25
|
||||
username: postgres
|
||||
username: <%= ENV["POSTGRES_USERNAME"] %>
|
||||
password: <%= ENV["POSTGRES_PASSWORD"] %>
|
||||
host: <%= ENV["POSTGRES_HOST"] %>
|
||||
|
||||
|
@ -1,4 +1,5 @@
|
||||
POSTGRES_HOST=postgres
|
||||
POSTGRES_USERNAME=postgres
|
||||
REDIS_HOST=redis
|
||||
ELASTICSEARCH_HOST=elasticsearch
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user