Skip to content

Commit

Permalink
Merge pull request #386 from PanDAWMS/eddiedev
Browse files Browse the repository at this point in the history
Add ORACLE_ATLAS_TB in the list of thick clients
  • Loading branch information
tkorchug authored Sep 9, 2024
2 parents d76102d + 4abcced commit 6dda520
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/settings/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@

DEPLOYMENT = os.environ.get('BIGMON_DEPLOYMENT', 'ORACLE_ATLAS')

if DEPLOYMENT in ('ORACLE_ATLAS', 'ORACLE_DOMA'):
if DEPLOYMENT in ('ORACLE_ATLAS', 'ORACLE_DOMA', 'ORACLE_ATLAS_TB'):
try:
import oracledb
oracledb.init_oracle_client(config_dir='/etc/tnsnames.ora')
Expand Down

0 comments on commit 6dda520

Please sign in to comment.