remove analytics

add note about securing it
This commit is contained in:
aronwk-aaron
2022-12-29 15:10:36 -06:00
parent 98c61bcaf1
commit ae46e6d382
5 changed files with 6 additions and 63 deletions

View File

@@ -239,10 +239,6 @@ def register_settings(app):
'USER_REQUIRE_INVITATION',
app.config['USER_REQUIRE_INVITATION']
)
app.config['ALLOW_ANALYTICS'] = os.getenv(
'ALLOW_ANALYTICS',
app.config['ALLOW_ANALYTICS']
)
app.config['SQLALCHEMY_ENGINE_OPTIONS'] = {
"pool_pre_ping": True,
"pool_size": 10,