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

make the issuer use whatever path we've put the filesystem at

parent f913f448
Branches
No related tags found
No related merge requests found
......@@ -56,6 +56,6 @@ in {
ristrettoSigningKeyPath = config.deployment.secrets.ristretto-signing-key.destination;
stripeSecretKeyPath = config.deployment.secrets.stripe-secret-key.destination;
database = "SQLite3";
databasePath = "/var/lib/zkapissuer/vouchers.sqlite3";
databasePath = "${config.fileSystems."voucher-database".mountPoint}/vouchers.sqlite3";
};
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment