Skip to content

Commit

Permalink
Adjust values used for test
Browse files Browse the repository at this point in the history
  • Loading branch information
ppawlowski committed Jan 25, 2024
1 parent be377ec commit 4650053
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions test/customizations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@ forge:
entryPoint: app.example
https: true
localPostgresql: false
postgres:
host: postgress.example.com
port: 5432
cloudProvider: aws
managementSelector:
role: management
Expand Down Expand Up @@ -67,13 +64,16 @@ forge:
type: sequelize
options:
type: postgres
port: 5432
host: flowforge-postgresql
username: forge
password: password
database: ff-context
branding:
account:
signUpTopBanner: HelloWorld
rate_limits:
enabled: true

postgresql:
host: flowforge-postgresql
auth:
username: forge
password: password
database: flowforge
postgresPassword: postgres-password

0 comments on commit 4650053

Please sign in to comment.