aboutsummaryrefslogtreecommitdiffstats
path: root/backend/.env.example
diff options
context:
space:
mode:
authorPinapelz <yukais@pinapelz.com>2025-06-29 01:28:39 -0700
committerPinapelz <yukais@pinapelz.com>2025-06-29 01:28:39 -0700
commitff37cca46430ed714015647469f88ce06781457a (patch)
tree63f406a3c7fb463fed7f34efc8d04d58fe96e0cb /backend/.env.example
parente4fa1e69e7ebfb627c7198fd1a9881e9327ec4d4 (diff)
scaffold register,login,and auth endpoints
Diffstat (limited to 'backend/.env.example')
-rw-r--r--backend/.env.example5
1 files changed, 5 insertions, 0 deletions
diff --git a/backend/.env.example b/backend/.env.example
new file mode 100644
index 0000000..f3d872f
--- /dev/null
+++ b/backend/.env.example
@@ -0,0 +1,5 @@
+DATABASE_URL="file:./dev.db"
+SESSION_SECRET="your-very-secure-secret-key-change-this-in-production-make-it-long-and-random"
+PORT=5000
+NODE_ENV=development
+FRONTEND_URL="http://localhost:3000"
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage