Skip to content

Commit

Permalink
Move to aiven
Browse files Browse the repository at this point in the history
  • Loading branch information
greg-finley authored Mar 8, 2024
1 parent 63a17a4 commit 794b9c8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion oldest/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ class KnownBirthdate:

mysql_config = json.loads(os.environ["MYSQL_CONFIG"])
mysql_client = MySQLdb.connect(
unix_socket=mysql_config["MYSQL_SOCKET"],
host=mysql_config["MYSQL_HOST"],
port=mysql_config["MYSQL_PORT"],
user=mysql_config["MYSQL_USERNAME"],
passwd=mysql_config["MYSQL_PASSWORD"],
db=mysql_config["MYSQL_DATABASE"],
Expand Down

0 comments on commit 794b9c8

Please sign in to comment.