Skip to content

Commit

Permalink
Merge branch 'debug/develop-deployment-failures' of github.com:raft-t…
Browse files Browse the repository at this point in the history
…ech/TANF-app into debug/develop-deployment-failures
  • Loading branch information
andrew-jameson committed Oct 20, 2023
2 parents 088ab6b + fe8a2e4 commit 0eef1ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tdrs-backend/tdpservice/settings/cloudgov.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ class CloudGov(Common):
env_based_db_name = f'tdp_db_{cloudgov_space_suffix}_{cloudgov_name}'

logger.debug("css: " + cloudgov_space_suffix)
if (cloudgov_space_suffix in ["prod", "staging"]):
if (cloudgov_space_suffix in ["prod", "staging"]):
db_name = database_creds['db_name']
else:
db_name = env_based_db_name
Expand Down

0 comments on commit 0eef1ca

Please sign in to comment.