Skip to content

Commit

Permalink
DB fix/cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
chuck-dbos committed Mar 7, 2024
1 parent 151c7b8 commit 4438759
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/yky-social.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
# The stuff used to communicate with the PostgreSQL service container
POSTGRES_HOST: localhost
POSTGRES_PORT: 5432
POSTGRES_DBNAME: socialts
POSTGRES_DATABASE: socialts
POSTGRES_USERNAME: socialts
PGPASSWORD: socialts
POSTGRES_PASSWORD: socialts
4 changes: 1 addition & 3 deletions yky-social/dbos-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,8 @@ database:
username: ${POSTGRES_USERNAME}
password: ${POSTGRES_PASSWORD}
app_db_name: ${POSTGRES_DATABASE}
user_database: ${POSTGRES_DATABASE}
connectionTimeoutMillis: 3000
app_db_client: 'typeorm'
user_dbclient: 'typeorm'
connectionTimeoutMillis: 3000
telemetry:
logs:
logLevel: 'debug'
Expand Down

0 comments on commit 4438759

Please sign in to comment.