Skip to content

Commit

Permalink
Removed AV_SCAN url from cloud.gov settings file
Browse files Browse the repository at this point in the history
  • Loading branch information
raftmsohani committed Sep 19, 2023
1 parent d31f037 commit 8ea10f1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tdrs-backend/tdpservice/settings/cloudgov.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ class CloudGov(Common):

cloudgov_space = cloudgov_app.get('space_name', 'tanf-dev')
cloudgov_space_suffix = cloudgov_space.strip('tanf-')
AV_SCAN_URL = 'http://tanf-prod-clamav-rest.apps.internal:9000/scan'
cloudgov_name = cloudgov_app.get('name').split("-")[-1] # converting "tdp-backend-name" to just "name"
services_basename = cloudgov_name if (
cloudgov_name == "develop" and cloudgov_space_suffix == "staging"
Expand Down

0 comments on commit 8ea10f1

Please sign in to comment.