1
0
mirror of https://github.com/LaCasemate/fab-manager.git synced 2025-01-29 18:52:22 +01:00

updated documentation

This commit is contained in:
Sylvain 2020-04-06 15:53:20 +02:00
parent ff302975cb
commit bb13dc1d66
2 changed files with 5 additions and 0 deletions

View File

@ -1,6 +1,7 @@
# Changelog Fab-manager
- Changed some default values for new installations
- Updated documentation
- Fix a bug: installation without nginx does not remove the service from the docker-compose file
## v4.3.3 2020 April 1st

View File

@ -61,6 +61,10 @@ Retrieve them from https://dashboard.stripe.com/account/apikeys.
**MANDATORY**: Even if you don't want to charge your customers, you must fill this settings.
For this purpose, you can use a stripe account in test mode, which will provide you test keys.
If you change these keys during the application lifecycle, you must run `rails fablab:stripe:sync_members`, otherwise your users won't be able to do card payments.
Please note that Stripe have changed the naming of their keys. Here's the matching:
`STRIPE_API_KEY` = secret key
`STRIPE_PUBLISHABLE_KEY` = public key
<a name="STRIPE_CURRENCY"></a>
STRIPE_CURRENCY