From 4438759131699a638a3ab1af772b53b599662e15 Mon Sep 17 00:00:00 2001 From: Chuck B Date: Thu, 7 Mar 2024 13:42:44 -0500 Subject: [PATCH] DB fix/cleanup --- .github/workflows/yky-social.yml | 2 +- yky-social/dbos-config.yaml | 4 +--- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/yky-social.yml b/.github/workflows/yky-social.yml index a8210366..f1edeef2 100644 --- a/.github/workflows/yky-social.yml +++ b/.github/workflows/yky-social.yml @@ -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 diff --git a/yky-social/dbos-config.yaml b/yky-social/dbos-config.yaml index 7fd1aa2f..2cf1e264 100644 --- a/yky-social/dbos-config.yaml +++ b/yky-social/dbos-config.yaml @@ -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'