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

normalize these comments a bit

parent 95f73519
No related branches found
No related tags found
No related merge requests found
...@@ -59,10 +59,10 @@ rec { ...@@ -59,10 +59,10 @@ rec {
stripeSecretKeyPath = deployment.secrets.stripe-secret-key.destination; stripeSecretKeyPath = deployment.secrets.stripe-secret-key.destination;
database = "SQLite3"; database = "SQLite3";
databasePath = "/var/db/vouchers.sqlite3"; databasePath = "/var/db/vouchers.sqlite3";
# inherit letsEncryptAdminEmail; # letsEncryptAdminEmail = ...;
# domains = issuerDomains; # domains = ...;
# inherit allowedChargeOrigins; # allowedChargeOrigins = ...;
}; };
# system.stateVersion = stateVersion; # system.stateVersion = ...
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment