Skip to content

Commit

Permalink
added env vars
Browse files Browse the repository at this point in the history
  • Loading branch information
Nargis Sultani committed Dec 17, 2024
1 parent 903fd22 commit e0809fc
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 31 deletions.
31 changes: 0 additions & 31 deletions .github/workflows/coverage.yml

This file was deleted.

27 changes: 27 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,33 @@ on:
jobs:
unit-tests:
runs-on: ubuntu-latest
env:
AUTH_CLIENT: regtech-client
AUTH_URL: http://localhost:8880/realms/regtech/protocol/openid-connect/auth
TOKEN_URL: http://localhost:8880/realms/regtech/protocol/openid-connect/token
CERTS_URL: http://localhost:8880/realms/regtech/protocol/openid-connect/certs
KC_URL: http://localhost:8880/;KC_REALM=regtech;KC_ADMIN_CLIENT_ID=admin-cli
KC_ADMIN_CLIENT_SECRET: local_test_only
KC_REALM_URL: http://localhost:8880/realms/regtech
DB_NAME: filing
DB_USER: filing_user
DB_PWD: filing_user
DB_HOST: localhost:5432
DB_SCHEMA: filing
JWT_OPTS_VERIFY_AT_HASH: false
JWT_OPTS_VERIFY_AUD: false
JWT_OPTS_VERIFY_ISS: false
FS_UPLOAD_CONFIG__PROTOCOL: file
FS_UPLOAD_CONFIG__ROOT: ../upload
INST_DB_HOST: localhost:5432
INST_DB_NAME: financial_institutions
INST_DB_PWD: fi
INST_DB_SCHEMA: public
INST_DB_USER: fi
EXPIRED_SUBMISSION_CHECK_SECS: 120
SERVER_CONFIG__RELOAD: true
PYTHONUNBUFFERED: 1
DB_SCHEME: postgresql
permissions:
# Gives the action the necessary permissions for publishing new
# comments in pull requests.
Expand Down

0 comments on commit e0809fc

Please sign in to comment.