parent
f0af2ca9c3
commit
42515ed9ec
5 changed files with 81 additions and 18 deletions
2
app.py
2
app.py
|
@ -167,7 +167,7 @@ analytics = Analytics(app)
|
|||
billing = Billing(app)
|
||||
sentry = Sentry(app)
|
||||
build_logs = BuildLogs(app)
|
||||
authentication = UserAuthentication(app, OVERRIDE_CONFIG_DIRECTORY)
|
||||
authentication = UserAuthentication(app, config_provider, OVERRIDE_CONFIG_DIRECTORY)
|
||||
userevents = UserEventsBuilderModule(app)
|
||||
superusers = SuperUserManager(app)
|
||||
signer = Signer(app, OVERRIDE_CONFIG_DIRECTORY)
|
||||
|
|
Reference in a new issue