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