Skip to content

Commit

Permalink
Modify Github workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
toddbirchard committed Dec 28, 2024
1 parent 5602ce7 commit a2b7cca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ class Config:
SQLALCHEMY_DATABASE_HOST = environ.get("SQLALCHEMY_DATABASE_HOST")
SQLALCHEMY_DATABASE_TABLE = environ.get("SQLALCHEMY_DATABASE_TABLE")
SQLALCHEMY_DATABASE_NAME = environ.get("SQLALCHEMY_DATABASE_NAME")
SQLALCHEMY_DATABASE_PEM = environ.get("SQLALCHEMY_DATABASE_PEM")
SQLALCHEMY_CONNECT_ARGS = {"ssl": {"ca": "./creds/ca-certificate.crt"}}
SQLALCHEMY_TRACK_MODIFICATIONS = False

Expand Down

0 comments on commit a2b7cca

Please sign in to comment.