Spaces:
Sleeping
Sleeping
create.env
Browse files
.env
ADDED
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
DB_HOST = "gateway01.ap-southeast-1.prod.aws.tidbcloud.com"
|
2 |
+
DB_PORT = 4000
|
3 |
+
DB_USER = "4V44XYoMA7okY9v.root"
|
4 |
+
DB_PASS = "aW2CrSwcTgjFhNAb"
|
5 |
+
DB_NAME = "final_project"
|
6 |
+
ssl_verify_cert=True,
|
7 |
+
ssl_verify_identity=True
|