Skip to content
Snippets Groups Projects
Commit c83b13c9 authored by Yordan Kinkov's avatar Yordan Kinkov
Browse files

Merge branch 'policy-service-configuration' into 'main'

Add did resolver address to policy service configuration

See merge request !14
parents 9241270e 8ef75842
No related branches found
No related tags found
1 merge request!14Add did resolver address to policy service configuration
......@@ -48,7 +48,7 @@ services:
ports:
- "9090:8080"
didresolver-driver-did-key:
driver-did-key:
image: universalresolver/driver-did-key:latest
ports:
- "9091:8080"
......
......@@ -10,3 +10,4 @@ MONGO_PASS="root"
MONGO_DBNAME="policy"
MONGO_COLLECTION="policies"
CACHE_ADDR="http://cache:8080"
DID_RESOLVER_ADDR="http://didresolver:8080"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment