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

supply our stripe key on the issuer

parent c4877fff
No related branches found
No related tags found
1 merge request!20Deploy PaymentServer with Stripe API key
{ hardware
, ristrettoSigningKeyPath
, stripeSecretKeyPath
, issuerDomain
, letsEncryptAdminEmail
, stateVersion
......@@ -27,6 +28,7 @@
enable = true;
# XXX This should be passed as a path.
ristrettoSigningKey = builtins.readFile (./.. + ristrettoSigningKeyPath);
stripeSecretKeyPath = ./.. + stripeSecretKeyPath;
database = "SQLite3";
databasePath = "/var/db/vouchers.sqlite3";
inherit letsEncryptAdminEmail;
......
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