mirror of
https://github.com/DarkflameUniverse/NexusDashboard.git
synced 2025-10-14 11:08:02 +00:00
remove analytics
add note about securing it
This commit is contained in:
@@ -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,
|
||||
|
Reference in New Issue
Block a user