summaryrefslogtreecommitdiff
path: root/.env.example
diff options
context:
space:
mode:
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