Skip to content

Commit

Permalink
🐐 Fix Backstage
Browse files Browse the repository at this point in the history
  • Loading branch information
diegoluisi committed Dec 27, 2023
1 parent 5511743 commit 180686f
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions app/app-config.production.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,16 +24,16 @@ backend:
#credentials: true
# config options: https://node-postgres.com/api/client

# database:
# client: pg
# connection:
# database: ${POSTGRES_DATABASE}
# host: ${POSTGRES_HOST}
# port: ${POSTGRES_PORT}
# user: ${POSTGRES_USER}
# password: ${POSTGRES_PASSWORD}
# # ensureExists: true
# pluginDivisionMode: schema
database:
client: pg
connection:
database: ${POSTGRES_DATABASE}
host: ${POSTGRES_HOST}
port: ${POSTGRES_PORT}
user: ${POSTGRES_USER}
password: ${POSTGRES_PASSWORD}
# ensureExists: true
pluginDivisionMode: schema

cache:
store: memory
Expand Down

0 comments on commit 180686f

Please sign in to comment.