Skip to content
Snippets Groups Projects
Commit 8d1617d0 authored by Jean-Paul Calderone's avatar Jean-Paul Calderone
Browse files

make sure the storage server announces a sensible issuer address

parent 9f3bb2b8
No related branches found
No related tags found
1 merge request!10End-to-end with ristretto
......@@ -57,6 +57,7 @@ import <nixpkgs/nixos/tests/make-test.nix> {
services.private-storage.enable = true;
services.private-storage.publicIPv4 = "storage";
services.private-storage.introducerFURL = introducerFURL;
services.private-storage.issuerRootURL = "http://issuer/";
} // networkConfig;
# Operate an issuer as well.
......
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