diff options
author | Ivan Tashkinov <ivantashkinov@gmail.com> | 2020-09-14 21:51:25 +0300 |
---|---|---|
committer | Ivan Tashkinov <ivantashkinov@gmail.com> | 2020-09-14 21:51:25 +0300 |
commit | 5687ff6c4a1186e08737156e784162376719bd39 (patch) | |
tree | eb4d871eb7a3acb2ce3ccd5272695aa0faa971bf /config | |
parent | d52eece03ab744fa7c18bbdf70e20b5bd9589f13 (diff) | |
parent | 39d769f25057dbaf89dc23d39941780bc65c2b06 (diff) | |
download | pleroma-media-preview-proxy.tar.gz |
Merge remote-tracking branch 'remotes/origin/develop' into media-preview-proxymedia-preview-proxy
Diffstat (limited to 'config')
-rw-r--r-- | config/config.exs | 1 | ||||
-rw-r--r-- | config/description.exs | 6 |
2 files changed, 0 insertions, 7 deletions
diff --git a/config/config.exs b/config/config.exs index 93c930937..2ca2236a9 100644 --- a/config/config.exs +++ b/config/config.exs @@ -216,7 +216,6 @@ config :pleroma, :instance, allow_relay: true, public: true, quarantined_instances: [], - managed_config: true, static_dir: "instance/static/", allowed_post_formats: [ "text/plain", diff --git a/config/description.exs b/config/description.exs index c8e709730..79e3cc259 100644 --- a/config/description.exs +++ b/config/description.exs @@ -765,12 +765,6 @@ config :pleroma, :config_description, [ ] }, %{ - key: :managed_config, - type: :boolean, - description: - "Whenether the config for pleroma-fe is configured in this config or in static/config.json" - }, - %{ key: :static_dir, type: :string, description: "Instance static directory", |