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

The issuer runs on 8081 by default (and has no option for changing this ha)

parent 7c17cf3a
No related branches found
No related tags found
1 merge request!10End-to-end with ristretto
......@@ -60,7 +60,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/";
services.private-storage.issuerRootURL = "http://issuer:8081/";
} // networkConfig;
# Operate an issuer as well.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment