Skip to content
Open
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ env:
ACCESS_TOKEN_EXPIRES_IN: '1d'
REFRESH_TOKEN_EXPIRES_IN: '1d'
EMAIL_FROM: 'test-client'
SMTP_USER: ''
SMTP_PASSWORD: ''
SMTP_HOST: ''
SMTP_PORT: ''
SMTP_USER: 'test'
SMTP_PASSWORD: 'test'
SMTP_HOST: 'test'
Expand Down
8 changes: 4 additions & 4 deletions .woodpecker/.backend-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ x-common: &common
- ACCESS_TOKEN_EXPIRES_IN=1d
- REFRESH_TOKEN_EXPIRES_IN=1d
- EMAIL_FROM=test-client
- SMTP_USER=test
- SMTP_PASSWORD=test
- SMTP_HOST=test
- SMTP_PORT=1111
- SMTP_USER=
- SMTP_PASSWORD=
- SMTP_HOST=
- SMTP_PORT=
- APP_NAME=APPNAME
- REDIS_HOST=redis-server
- REDIS_PASSWORD=my-password
Expand Down
Loading