Skip to content
Snippets Groups Projects

Add the address of Signer to the policy service config

Merged Lyuben Penkovski requested to merge update-policy-config into main
1 file
+ 1
0
Compare changes
  • Side-by-side
  • Inline
+ 1
0
@@ -11,4 +11,5 @@ MONGO_DBNAME="policy"
MONGO_COLLECTION="policies"
CACHE_ADDR="http://cache:8080"
TASK_ADDR="http://task:8080"
SIGNER_ADDR="http://signer:8080"
DID_RESOLVER_ADDR="http://didresolver:8080"
Loading