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