We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e399944 commit b163cf5Copy full SHA for b163cf5
1 file changed
webapp/config.py.template
@@ -22,6 +22,9 @@ class Config:
22
LOG_PATH = pathlib.Path("<PATH TO PROJECT ROOT>")
23
LOG_LEVEL = logging.WARN
24
25
+ # SSL CA
26
+ CA_FILE = None
27
+
28
# PASTA+ authentication token attributes
29
PUBLIC = "public"
30
SYSTEM = "https://pasta.edirepository.org/authentication"
@@ -35,7 +38,8 @@ class Config:
35
38
36
39
# EDI Authentication service
37
40
AUTH = "AUTHENTICATION SERVICE ENDPOINT"
- CA_FILE = None
41
+ AUTH_KEY = "PRIVATE_KEY"
42
+ PUBLIC_ID = "PUBLIC_ID"
43
44
# Key attributes
45
PUBLIC_KEY = "<PATH TO PROJECT ROOT>/keys/<PUBLIC KEY>"
0 commit comments