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

add did resolver address to policy service configuration

parent cbeaa0e8
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