Skip to content

Commit 0f5995e

Browse files
committed
Utilize /creds directory in .env.example.
1 parent b524743 commit 0f5995e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.env.example

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ SECRET_KEY=YourSecretKey
55
REDIS_URI=redis://:[email protected]:1234
66

77
SQLALCHEMY_DATABASE_URI=mysql+pymysql://myuser:[email protected]:1234/mydatabase
8-
SQLALCHEMY_CA_CERTS="./certificate.crt"
8+
SQLALCHEMY_CA_CERTS="./creds/certificate.crt"
99
SQLALCHEMY_TRACK_MODIFICATIONS=False
1010
SQLALCHEMY_ECHO=False
1111

0 commit comments

Comments
 (0)