Skip to content

Commit

Permalink
Update database hostname
Browse files Browse the repository at this point in the history
  • Loading branch information
kherner authored Sep 23, 2021
1 parent 4083e0b commit 40cef00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion desHostMatch.py
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ def main(season):

start_time = time.time()

hostname = 'desdb.ncsa.illinois.edu'
hostname = 'desdb-sci.ncsa.illinois.edu'
port = 1521
# dbname = args.dbname
dbname = os.environ.get('DBNAME')
Expand Down

0 comments on commit 40cef00

Please sign in to comment.