summaryrefslogtreecommitdiff
path: root/.env.example
diff options
context:
space:
mode:
Diffstat (limited to '.env.example')
-rw-r--r--.env.example8
1 files changed, 7 insertions, 1 deletions
diff --git a/.env.example b/.env.example
index b4e85c3..e49afb7 100644
--- a/.env.example
+++ b/.env.example
@@ -1,3 +1,9 @@
-DATABASE_URL="mysql://username:password@host:port/db_name"
+
+DB_USER=
+DB_PASS=
+DB_HOST=
+DB_PORT=
+DB_NAME=
+DB_URL="mysql://${DB_USER}:${DB_PASS}@${DB_HOST}:${DB_PORT}/${DB_NAME}"
JWT_SECRET=
SELF_HOST= \ No newline at end of file