From 19bc516bdd9427abb6f706775a99e51504bcf524 Mon Sep 17 00:00:00 2001 From: gc <30398469+gc@users.noreply.github.com> Date: Mon, 8 Jul 2024 09:14:56 +1000 Subject: [PATCH] changes --- .env.test | 4 ++-- docker-compose.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.env.test b/.env.test index 75d6ce385b..ed418ae289 100644 --- a/.env.test +++ b/.env.test @@ -1,6 +1,6 @@ TZ="UTC" -ROBOCHIMP_DATABASE_URL=postgresql://postgres:postgres@localhost:5435/robochimp_integration_test?connection_limit=500&pool_timeout=0 -DATABASE_URL=postgresql://postgres:postgres@localhost:5435/osb_integration_test?connection_limit=500&pool_timeout=0 +ROBOCHIMP_DATABASE_URL="postgresql://postgres:postgres@localhost:5435/robochimp_integration_test?connection_limit=500&pool_timeout=0&schema=public" +DATABASE_URL="postgresql://postgres:postgres@localhost:5435/osb_integration_test?connection_limit=500&pool_timeout=0&schema=public" CLIENT_ID=111398433321891634 BOT_TOKEN=AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA TEST=true \ No newline at end of file diff --git a/docker-compose.yml b/docker-compose.yml index f74941adba..44cec8fbc4 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -5,8 +5,8 @@ services: restart: always container_name: osb_database ports: - - "5435:1234" + - "5435:3001" environment: POSTGRES_USER: postgres POSTGRES_PASSWORD: postgres - PGPORT: 1234 \ No newline at end of file + PGPORT: 3001