Skip to content

Commit

Permalink
Merge pull request #20 from lsst-uk/bugfix/sherlocksvc
Browse files Browse the repository at this point in the history
add port setting
  • Loading branch information
RoyWilliams authored Jul 6, 2022
2 parents 6683f2a + 7a371b4 commit eddf7db
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions services/sherlock/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ def lookup(names):
settings = yaml.safe_load(f)
connection = pymysql.connect(
host=settings['database']['host'],
port=settings['database']['port'],
user=settings['database']['username'],
password=settings['database']['password'],
db=settings['database']['db'],
Expand Down

0 comments on commit eddf7db

Please sign in to comment.