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 { hardware
, ristrettoSigningKeyPath , ristrettoSigningKeyPath
, stripeSecretKeyPath
, issuerDomain , issuerDomain
, letsEncryptAdminEmail , letsEncryptAdminEmail
, stateVersion , stateVersion
...@@ -27,6 +28,7 @@ ...@@ -27,6 +28,7 @@
enable = true; enable = true;
# XXX This should be passed as a path. # XXX This should be passed as a path.
ristrettoSigningKey = builtins.readFile (./.. + ristrettoSigningKeyPath); ristrettoSigningKey = builtins.readFile (./.. + ristrettoSigningKeyPath);
stripeSecretKeyPath = ./.. + stripeSecretKeyPath;
database = "SQLite3"; database = "SQLite3";
databasePath = "/var/db/vouchers.sqlite3"; databasePath = "/var/db/vouchers.sqlite3";
inherit letsEncryptAdminEmail; 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