Skip to content

Commit

Permalink
Hotfix/backstage/add devspace (#945)
Browse files Browse the repository at this point in the history
* 🐐 Fix Backstage

* 🐐 Fix Backstage

* 🐐 Fix Backstage

* 🐐 Fix Backstage
  • Loading branch information
diegoluisi authored Dec 27, 2023
1 parent 9d324d5 commit d42b65d
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 13 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
5 changes: 2 additions & 3 deletions app/app-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,15 +79,14 @@ integrations:
# apiBaseUrl: https://ghe.example.net/api/v3
# token: ${GHE_TOKEN}


# Reference documentation http://backstage.io/docs/features/techdocs/configuration
# Note: After experimenting with basic setup, use CI/CD to generate docs
# and an external cloud storage when deploying TechDocs for production use-case.
# https://backstage.io/docs/features/techdocs/how-to-guides#how-to-migrate-from-techdocs-basic-to-recommended-deployment-approach
techdocs:
builder: 'local' # Alternatives - 'external'
builder: "local" # Alternatives - 'external'
generator:
runIn: 'docker' # Alternatives - 'local'
runIn: "docker" # Alternatives - 'local'
publisher:
type: "awsS3"
awsS3:
Expand Down

0 comments on commit d42b65d

Please sign in to comment.