From 5b10515b9b9f43a56833813653596fe54336caca Mon Sep 17 00:00:00 2001 From: Lzyct Date: Tue, 24 Sep 2024 22:33:39 +0800 Subject: [PATCH] chore: change ip database to localhost --- .env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.env b/.env index 66267c3..3199f5a 100644 --- a/.env +++ b/.env @@ -4,7 +4,7 @@ POSTGRES_USER=admin POSTGRES_PASSWORD=password123 POSTGRES_DB=auth_api -DATABASE_URL=postgresql://admin:password123@0.0.0.0:6500/auth_api +DATABASE_URL=postgresql://admin:password123@localhost:6500/auth_api TOKEN_PREFIX=lazycatlabs