Skip to content

Commit 40798c8

Browse files
authored
UPD: Update app-config.yaml (#83)
upd: update db env for prod
1 parent 6c9d194 commit 40798c8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

app-config.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ backend:
2323
port: ${POSTGRES_PORT}
2424
user: ${POSTGRES_USER}
2525
password: ${POSTGRES_PASSWORD}
26+
database: ${POSTGRES_DB}
2627
cache:
2728
store: memory
2829

@@ -83,4 +84,4 @@ auth:
8384
development:
8485
clientId: ${GITHUB_CLIENT_ID}
8586
clientSecret: ${GITHUB_CLIENT_SECRET}
86-
87+

0 commit comments

Comments
 (0)