summaryrefslogtreecommitdiff
path: root/backend/.env.sample
diff options
context:
space:
mode:
Diffstat (limited to 'backend/.env.sample')
-rw-r--r--backend/.env.sample11
1 files changed, 11 insertions, 0 deletions
diff --git a/backend/.env.sample b/backend/.env.sample
new file mode 100644
index 0000000..027003e
--- /dev/null
+++ b/backend/.env.sample
@@ -0,0 +1,11 @@
+DB_DATABASE=your_db_name
+DB_HOST=localhost
+DB_PASSWORD=yourPw
+DB_PORT=5432
+DB_USER=db_user_name
+JWT_SECRET="yourJWTstr1ng"
+PORT=3000
+REDIS_HOST=einfac-redis-oder-url-zur-cloud
+REDIS_USER=default
+REDIS_PASSWORD=redisPw
+REDIS_PORT=6379 \ No newline at end of file