|
|
|
@ -1,5 +1,8 @@ |
|
|
|
|
[dev] |
|
|
|
|
# Change this to the actual location of your site |
|
|
|
|
# You can include a path in the domain if it's a subdirectory |
|
|
|
|
# i.e. domain=drewdevault.com/donate |
|
|
|
|
# omit the trailing slash |
|
|
|
|
protocol=http |
|
|
|
|
domain=localhost:5000 |
|
|
|
|
# Change this value to something random and secret |
|
|
|
@ -17,13 +20,17 @@ smtp-password=password |
|
|
|
|
smtp-from=donate@you.com |
|
|
|
|
|
|
|
|
|
# Your information |
|
|
|
|
your_name=Joe Bloe |
|
|
|
|
your_email=joe@bloe.com |
|
|
|
|
your-name=Joe Bloe |
|
|
|
|
your-email=joe@bloe.com |
|
|
|
|
# ^ you should have a gravatar that works with this email |
|
|
|
|
|
|
|
|
|
# SQL connection string |
|
|
|
|
connection-string=postgresql://postgres@localhost/fosspay |
|
|
|
|
|
|
|
|
|
# Stripe API info: https://dashboard.stripe.com/account/apikeys |
|
|
|
|
stripe-secret= |
|
|
|
|
stripe-publish= |
|
|
|
|
|
|
|
|
|
# Click here first: https://dashboard.stripe.com/account/bitcoin/enable |
|
|
|
|
enable-bitcoin=no |
|
|
|
|
|
|
|
|
|