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
No related branches found
No related tags found
2 merge requests!228merge develop into production,!226use a different state directory for the issuer's voucher database
...@@ -56,6 +56,6 @@ in { ...@@ -56,6 +56,6 @@ in {
ristrettoSigningKeyPath = config.deployment.secrets.ristretto-signing-key.destination; ristrettoSigningKeyPath = config.deployment.secrets.ristretto-signing-key.destination;
stripeSecretKeyPath = config.deployment.secrets.stripe-secret-key.destination; stripeSecretKeyPath = config.deployment.secrets.stripe-secret-key.destination;
database = "SQLite3"; 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