Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 507 Bytes

configuration.rst

File metadata and controls

16 lines (13 loc) · 507 Bytes

Configuration

Besides the already seen backend config options, it is also possible to configure the application itself. You can for example change the behaviour of sqlalchemy or integrate sentry:

[application]
SQLALCHEMY_POOL_RECYCLE = 120
SQLALCHEMY_POOL_SIZE = 1
SENTRY_DSN = https://<key>:<secret>@sentry.io/<project>
SENTRY_ENVIRONMENT = production