Skip to content

Commit

Permalink
UPD: Update app-config.yaml (#83)
Browse files Browse the repository at this point in the history
upd: update db env for prod
  • Loading branch information
NewerKey authored Feb 4, 2025
1 parent 6c9d194 commit 40798c8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ backend:
port: ${POSTGRES_PORT}
user: ${POSTGRES_USER}
password: ${POSTGRES_PASSWORD}
database: ${POSTGRES_DB}
cache:
store: memory

Expand Down Expand Up @@ -83,4 +84,4 @@ auth:
development:
clientId: ${GITHUB_CLIENT_ID}
clientSecret: ${GITHUB_CLIENT_SECRET}


0 comments on commit 40798c8

Please sign in to comment.