diff options
author | Egor Kislitsyn <egor@kislitsyn.com> | 2020-10-27 19:20:04 +0400 |
---|---|---|
committer | Egor Kislitsyn <egor@kislitsyn.com> | 2020-10-27 19:20:21 +0400 |
commit | 03e306785b2013fe6fd47b59d4e578c6ed586b08 (patch) | |
tree | f85a46a671dcd98325e51cb89875eb70c5b9197b /config | |
parent | 2f7401806bbe5427bbcaa7cdce35130320ae3bb4 (diff) | |
download | pleroma-03e306785b2013fe6fd47b59d4e578c6ed586b08.tar.gz pleroma-03e306785b2013fe6fd47b59d4e578c6ed586b08.zip |
Add an API endpoint to install a new frontend
Diffstat (limited to 'config')
-rw-r--r-- | config/config.exs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/config/config.exs b/config/config.exs index 124f30a77..2e22a046b 100644 --- a/config/config.exs +++ b/config/config.exs @@ -560,7 +560,8 @@ config :pleroma, Oban, background: 5, remote_fetcher: 2, attachments_cleanup: 5, - new_users_digest: 1 + new_users_digest: 1, + frontend_installer: 1 ], plugins: [Oban.Plugins.Pruner], crontab: [ |