We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
/creds
.env.example
1 parent b524743 commit 0f5995eCopy full SHA for 0f5995e
.env.example
@@ -5,7 +5,7 @@ SECRET_KEY=YourSecretKey
5
REDIS_URI=redis://:[email protected]:1234
6
7
SQLALCHEMY_DATABASE_URI=mysql+pymysql://myuser:[email protected]:1234/mydatabase
8
-SQLALCHEMY_CA_CERTS="./certificate.crt"
+SQLALCHEMY_CA_CERTS="./creds/certificate.crt"
9
SQLALCHEMY_TRACK_MODIFICATIONS=False
10
SQLALCHEMY_ECHO=False
11
0 commit comments