Skip to content

Commit

Permalink
chore: updated env files
Browse files Browse the repository at this point in the history
  • Loading branch information
TheSilentSage committed Jan 1, 2025
1 parent 53d1e05 commit 1d1f502
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 6 additions & 1 deletion vitty-backend-api/example.env/example.local
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,9 @@ JWT_SECRET=secret

# Job Variables
# ---------------------------------------------------------------
RUN_JOBS=false
RUN_JOBS=false
#Works only if debug is true
DAILY_JOB_MIN=0
DAILY_JOB_SEC=10
WEEKLY_JOB_MIN=0
WEEKLY_JOB_SEC=20
4 changes: 3 additions & 1 deletion vitty-backend-api/example.env/example.production
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,6 @@ POSTGRES_PORT=5432
# Auth Variables
# ---------------------------------------------------------------
OAUTH_CALLBACK_URL=https://<url>/auth/callback
JWT_SECRET=secret
JWT_SECRET=secret
# ---------------------------------------------------------------
RUN_JOBS=false

0 comments on commit 1d1f502

Please sign in to comment.