Skip to content
Closed
Show file tree
Hide file tree
Changes from all 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
2 changes: 1 addition & 1 deletion .gitguardian.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ secret:
# Ignore security incidents with the SHA256 of the occurrence obtained at output or the secret itself
ignored-matches:
- name: oss_conf_oauth_client_secret
match: 7ff1f39cca2ff23fe8105ad02bd1d090793d9421
match: oauth_client_secret=7ff1f39cca2ff23fe8105ad02bd1d090793d9421
- name: oss_conf_auth_jwt_secret
match: 5qM4Te0knu65k1gG9UGOoba6KVag4HRD
- name: e2e_test_api_token
Expand Down
4 changes: 2 additions & 2 deletions deploy/oss-conf.env
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ DEPLOYMENT_URL=https://$DOMAIN
oauth_url=https://$DOMAIN:8443
oauth_client_id=ba6ce982162fb0d58e0e
oauth_client_secret=7ff1f39cca2ff23fe8105ad02bd1d090793d9421

DATABASE_URI=postgresql://user:password@db:5432/deepchecks
ASYNC_DATABASE_URI=postgresql+asyncpg://user:password@db:5432/deepchecks
ACCESS_TOKEN_EXPIRE_MINUTES=10
Expand All @@ -22,5 +23,4 @@ email_smtp_host=
email_smtp_port=25
email_smtp_username=
email_smtp_password=
parallel_enabled=False
IS_ON_PREM=True
IS_ON_PREM=True
Loading