VanithaSivaraj commited on
Commit
9be63f8
·
1 Parent(s): 3f69ce5

removed .env file

Browse files
Files changed (3) hide show
  1. .env +0 -20
  2. bash.exe.stackdump +9 -0
  3. run_app.bat +15 -0
.env DELETED
@@ -1,20 +0,0 @@
1
-
2
- #MONGO_URI = "mongodb+srv://insightfy:k0KXafAbV8A8NmQK@cluster0.2shrc.mongodb.net/test?retryWrites=true&w=majority&tlsAllowInvalidCertificates=true"
3
-
4
- #MONGO_URI=mongodb+srv://insightfy:k0KXafAbV8A8NmQK@cluster0.2shrc.mongodb.net/test??ssl=true&ssl_cert_reqs=CERT_NONE
5
-
6
- MONGO_URI=mongodb+srv://insightfy:k0KXafAbV8A8NmQK@cluster0.2shrc.mongodb.net/??ssl=true&ssl_cert_reqs=CERT_NONE
7
-
8
- #?retryWrites=true&w=majority&appName=Cluster0
9
-
10
- CACHE_URI=redis-13158.c212.ap-south-1-1.ec2.redns.redis-cloud.com:13158
11
-
12
- CACHE_K=Mi5bLjJHt5KFlGjnx04K269Dt2w7hdup
13
- # JWT
14
- KEY_DATA=6a2b3c4d5e6f7g8h9i0j
15
-
16
- DATABASE_URI=postgresql+asyncpg://trans_owner:BookMyService7@ep-sweet-surf-a1qeduoy.ap-southeast-1.aws.neon.tech/insightfy-bloom?options=-csearch_path%3Dtrans
17
-
18
- CACHE_URI=redis-11521.crce182.ap-south-1-1.ec2.redns.redis-cloud.com:11521
19
-
20
- CACHE_K=9jNjZbmUQeK3cUyk7Gnoj8GCSFlAFNSY
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
bash.exe.stackdump ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ Stack trace:
2
+ Frame Function Args
3
+ 000FFFFB6B0 0018006286E (0018028EC28, 0018026DE3E, 00000000000, 000FFFFA5B0)
4
+ 000FFFFB6B0 0018004846A (00000000000, 00000000000, 00000000000, 001004E2F5F)
5
+ 000FFFFB6B0 001800484A2 (0018028ECD9, 000FFFFB568, 00000000000, 00000000000)
6
+ 000FFFFB6B0 001800CC6BE (00000000000, 00000000000, 00000000000, 00000000000)
7
+ 000FFFFB6B0 001800CC7E5 (000FFFFB6C0, 00000000000, 00000000000, 00000000000)
8
+ 00000000000 001800CDDA5 (000FFFFB6C0, 00000000000, 00000000000, 00000000000)
9
+ End of stack trace
run_app.bat ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ @echo off
2
+
3
+ cd G:\vanitha - bookmyservice\Project\huggingface\insightfy-bloom-ms-ems\insightfy-bloom-ms-ems
4
+
5
+ cd ems_env
6
+
7
+ cd Scripts
8
+
9
+ call activate
10
+
11
+ cd ..
12
+
13
+ cd ..
14
+
15
+ python -m uvicorn app.app:app --reload --port 8000