From 492f736bfd691e783e254f6c5b58e0f588c9bcfd Mon Sep 17 00:00:00 2001 From: Rafi Zadanly Date: Fri, 19 Apr 2024 09:16:25 +0700 Subject: Update package.json and .env.example --- .env.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.env.example') diff --git a/.env.example b/.env.example index e49afb7..b3e5932 100644 --- a/.env.example +++ b/.env.example @@ -4,6 +4,6 @@ DB_PASS= DB_HOST= DB_PORT= DB_NAME= -DB_URL="mysql://${DB_USER}:${DB_PASS}@${DB_HOST}:${DB_PORT}/${DB_NAME}" +DB_URL="postgresql://${DB_USER}:${DB_PASS}@${DB_HOST}:${DB_PORT}/${DB_NAME}" JWT_SECRET= SELF_HOST= \ No newline at end of file -- cgit v1.2.3