You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,15 +23,16 @@ The project is built on Python with FastAPI framework. All the regular nuances f
23
23
- Connecting this to cloud will need the following in the `.env` file
24
24
25
25
```bash
26
+
PROVIDER=Azure
26
27
QUEUECONNECTION=xxxx
27
28
STORAGECONNECTION=xxxx
28
29
VALIDATION_REQ_TOPIC=xxxx
29
30
VALIDATION_REQ_SUB=xxxx
30
31
VALIDATION_RES_TOPIC=xxxx
31
32
CONTAINER_NAME=xxxx
32
-
AUTH_PERMISSION_URL=xxx
33
-
MAX_CONCURRENT_MESSAGES=xxx
34
-
33
+
AUTH_PERMISSION_URL=xxx# This is the URL to get the token
34
+
MAX_CONCURRENT_MESSAGES=xxx# Optional if not provided defaults to 2
35
+
AUTH_SIMULATE=xxx # Optional if not provided defaults to False
35
36
```
36
37
37
38
The application connect with the `STORAGECONNECTION` string provided in `.env` file and validates downloaded zipfile using `python-osw-validation` package.
0 commit comments