Skip to content

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastienbarbier committed Jan 2, 2024
1 parent c9d6e38 commit f178307
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,9 @@
# built documents.
#
# The short X.Y version.
version = '1.4'
version = '1.5'
# The full version, including alpha/beta/rc tags.
release = '1.4.0'
release = '1.5.0'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
11 changes: 11 additions & 0 deletions docs/deployment.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,15 @@ EMAIL_HOST_PASSWORD = YOUR_EMAIL_PASSWORD
MAIL_USE_TLS = false
EMAIL_PORT = 25
DEBUG = false
```

## Saas

Deploying as Saas require to connect with Strip and add dedicated env var:


```shell
STRIPE_PUBLIC_KEY = YOUR_PUBLIC_KEY
STRIPE_SECRET_KEY = YOUR_SECRET_KEY
STRIPE_PRODUCT = YOUR_PRODUCT_ID_FOR_SUBSCRIPTION
```

0 comments on commit f178307

Please sign in to comment.