From 840ccad1724fc40dca7f1a823dbd4c046d2960b0 Mon Sep 17 00:00:00 2001 From: Edem Date: Wed, 27 Dec 2023 11:30:27 +0000 Subject: [PATCH] updated envs --- .env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.env b/.env index aab0455..f812ec3 100644 --- a/.env +++ b/.env @@ -18,7 +18,7 @@ PGADMIN_LISTEN_PORT=80 # ----------------------------------------------------------------------------- DATABASE_URL=postgresql://postgres:password123@localhost:6500/rust_app?schema=public DATABASE_CONTAINER_URL=postgresql://postgres:password123@postgres:5432/rust_app?schema=public -# DATABASE_TEST_URI=postgresql://postgres:password123@localhost:5432/rust_app?schema=public +DATABASE_TEST_URI=postgresql://postgres:password123@localhost:5432/rust_app?schema=public # ----------------------------------------------------------------------------- # JSON Web Token Credentials