Corin1998 commited on
Commit
fc38e4a
·
verified ·
1 Parent(s): b347a3e

Delete .env

Browse files
Files changed (1) hide show
  1. .env +0 -19
.env DELETED
@@ -1,19 +0,0 @@
1
- # --- auth ---
2
- JWT_SECRET=replace_with_a_strong_secret
3
- JWT_ALGORITHM=HS256
4
- ACCESS_TOKEN_EXPIRE_MINUTES=60
5
-
6
- # --- DB ---
7
- POSTGRES_USER=postgres
8
- POSTGRES_PASSWORD=postgres
9
- POSTGRES_DB=growthops
10
- POSTGRES_HOST=127.0.0.1
11
- POSTGRES_PORT=5432
12
-
13
- # --- Redis/Celery ---
14
- REDIS_URL=redis://127.0.0.1:6379/0
15
- CELERY_BROKER_URL=redis://127.0.0.1:6379/0
16
- CELERY_RESULT_BACKEND=redis://127.0.0.1:6379/0
17
-
18
- # --- App ---
19
- PORT=7860