Skip to content

Commit

Permalink
set eraName and disable allowList on launchpad.
Browse files Browse the repository at this point in the history
  • Loading branch information
jbgi committed Jan 26, 2021
1 parent 88ab518 commit 1919f2d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions topologies/launchpad.nix
Expand Up @@ -59,4 +59,12 @@ in {
};
};

explorer = {
services.cardano-graphql = {
allowListPath = mkForce null;
allowIntrospection = true;
eraName = "mary";
};
};

}

0 comments on commit 1919f2d

Please sign in to comment.