Skip to content

Commit

Permalink
Update pipeline.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tim14996 authored Nov 21, 2023
1 parent ca7fbf6 commit 2d2faad
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,18 @@ on:

env:
DATABASE_URL: "sqlite:///./db.sqlite"
PASSWORD_RESET_LINK: "127.0.0.1"
JWT_VALID_TIME_ACCESS: 1200
JWT_VALID_TIME_REFRESH: 604800
JWT_VALID_TIME_PWD_RESET: 600
JWT_SECRET: "secret"
JWT_ALGORITHM: "HS256"
MAIL_USERNAME: "[email protected]"
MAIL_PASSWORD: "secret"
MAIL_PORT: 587
MAIL_SERVER: "smtp.gmail.com"
MAIL_FROM_NAME: "Kosjenka Support"


jobs:
tests:
Expand Down

0 comments on commit 2d2faad

Please sign in to comment.