Skip to content

Commit

Permalink
fix name
Browse files Browse the repository at this point in the history
  • Loading branch information
qianl15 committed Feb 21, 2024
1 parent 547652a commit e525edb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e-commerce/payment-backend/dbos-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ database:
username: 'postgres'
password: ${PGPASSWORD}
app_db_name: 'payment'
user_database: 'shop' # Will be deprecated, use app_db_name instead
user_database: 'payment' # Will be deprecated, use app_db_name instead
connectionTimeoutMillis: 3000
app_db_client: 'knex'
user_dbclient: 'knex' # Will be deprecated, use app_db_client instead
Expand Down

0 comments on commit e525edb

Please sign in to comment.