Skip to content

Commit

Permalink
Revert "Move to aiven"
Browse files Browse the repository at this point in the history
This reverts commit 794b9c8.
  • Loading branch information
greg-finley committed Mar 25, 2024
1 parent 20babfc commit d20b52f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions oldest/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,7 @@ class KnownBirthdate:

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

0 comments on commit d20b52f

Please sign in to comment.