1
0
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:
Marin Esnault 2020-11-11 12:48:39 +01:00
parent 6eebd61e3c
commit d6106b9670
2 changed files with 2 additions and 1 deletions

View File

@ -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"] %>

View File

@ -1,4 +1,5 @@
POSTGRES_HOST=postgres
POSTGRES_USERNAME=postgres
REDIS_HOST=redis
ELASTICSEARCH_HOST=elasticsearch