Skip to content

Commit

Permalink
EODC
Browse files Browse the repository at this point in the history
  • Loading branch information
romainsacchi committed Dec 16, 2024
1 parent 0c226cc commit 06a830e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
TESTING = True
DEBUG = True
FLASK_DEBUG = True
SQLALCHEMY_DATABASE_URI = 'mysql://root:NwwQb14QsGcnASCviwMSEcJCrSdqOcCj@cnqvnz.stackhero-network.com:7930'
SQLALCHEMY_DATABASE_URI = 'mysql://root:NwwQb14QsGcnASCviwMSEcJCrSdqOcCj@cnqvnz.stackhero-network.com:7930/root?useSSL=true&requireSSL=true'
MAIL_USERNAME = 'carculator@psi.ch'
MAIL_PASSWORD = 'xxxxxxxx'
MAIL_SERVER = 'smtp.gmail.com'
Expand Down

0 comments on commit 06a830e

Please sign in to comment.