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
+1-1
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@ Set postgres password by
19
19
export POSTGRES_PASSWORD=<my db password>
20
20
```
21
21
22
-
If config ```acdc.auth.enabled = true``` is enabled, authorization api-keys are SHA-256 hashed. The REST enb-points should include a http header key ```x-api-key``` with appropriate value.
22
+
If config ```acdc.auth.enabled = true``` is enabled, authorization api-keys are SHA-256 hashed. The REST endpoints should include a http header key ```x-api-key``` with appropriate value.
23
23
24
24
Set an environment variable for the authorized x-api-key hashed string. Example:
0 commit comments