summaryrefslogtreecommitdiff
path: root/.env.example
diff options
context:
space:
mode:
authorRafi Zadanly <zadanlyr@gmail.com>2024-04-19 09:16:25 +0700
committerRafi Zadanly <zadanlyr@gmail.com>2024-04-19 09:16:25 +0700
commit492f736bfd691e783e254f6c5b58e0f588c9bcfd (patch)
tree3cabf891522bec76e7f82dc96422a3f31a99050d /.env.example
parent790e36ebb2e4a669f7c95f431cfaadf9b18654a3 (diff)
Update package.json and .env.example
Diffstat (limited to '.env.example')
-rw-r--r--.env.example2
1 files changed, 1 insertions, 1 deletions
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