File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -16,6 +16,7 @@ defmodule Plausible.Application do
16
16
children =
17
17
[
18
18
Plausible.PromEx ,
19
+ { Plausible.Auth.TOTP.Vault , key: totp_vault_key ( ) } ,
19
20
Plausible.Cache.Stats ,
20
21
Plausible.Repo ,
21
22
Plausible.ClickhouseRepo ,
@@ -99,7 +100,6 @@ defmodule Plausible.Application do
99
100
Supervisor . child_spec ( Plausible.Event.WriteBuffer , id: Plausible.Event.WriteBuffer ) ,
100
101
Supervisor . child_spec ( Plausible.Session.WriteBuffer , id: Plausible.Session.WriteBuffer ) ,
101
102
ReferrerBlocklist ,
102
- { Plausible.Auth.TOTP.Vault , key: totp_vault_key ( ) } ,
103
103
{ Plausible.RateLimit , clean_period: :timer . minutes ( 10 ) } ,
104
104
{ Finch , name: Plausible.Finch , pools: finch_pool_config ( ) } ,
105
105
{ Phoenix.PubSub , name: Plausible.PubSub } ,
You can’t perform that action at this time.
0 commit comments