Skip to content

Commit 5a82034

Browse files
committed
Add postgres username and password to sagittarius config
1 parent c168dfd commit 5a82034

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

container/config-generator/templates/sagittarius.sagittarius.yml.erb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ rails:
88
db:
99
host: <%= env!('POSTGRES_HOST') %>
1010
port: <%= env!('POSTGRES_PORT') %>
11+
username: <%= env!('POSTGRES_USER') %>
12+
password: <%= env!('POSTGRES_PASSWORD') %>
1113
pool_size: <%= env('SAGITTARIUS_DB_POOL_SIZE', '8') %>
1214
encryption:
1315
primary_key: <%= env!('SAGITTARIUS_DB_ENCRYPTION_PRIMARY_KEY') %>

0 commit comments

Comments
 (0)