diff options
| author | Ivan Tashkinov <ivantashkinov@gmail.com> | 2020-03-06 11:48:30 +0300 |
|---|---|---|
| committer | Ivan Tashkinov <ivantashkinov@gmail.com> | 2020-03-06 11:48:30 +0300 |
| commit | 027714b519cca63ac943369d0bcc9534ba448a80 (patch) | |
| tree | ab331c60efe243bd6eb79c95b67dc797bb165078 /config | |
| parent | 40765875d41f181b4ac54a772b4c61d6afc0bc34 (diff) | |
| parent | 47604907c9d2379d0883d63bc7add5782cc25d63 (diff) | |
| download | pleroma-027714b519cca63ac943369d0bcc9534ba448a80.tar.gz pleroma-027714b519cca63ac943369d0bcc9534ba448a80.zip | |
Merge remote-tracking branch 'remotes/origin/develop' into 1560-non-federating-instances-routes-restrictions
Diffstat (limited to 'config')
| -rw-r--r-- | config/config.exs | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/config/config.exs b/config/config.exs index 9c4eb70a3..2cd741213 100644 --- a/config/config.exs +++ b/config/config.exs @@ -624,7 +624,9 @@ config :pleroma, :modules, runtime_dir: "instance/modules" config :pleroma, configurable_from_database: false -config :pleroma, Pleroma.Repo, parameters: [gin_fuzzy_search_limit: "500"] +config :pleroma, Pleroma.Repo, + parameters: [gin_fuzzy_search_limit: "500"], + prepare: :unnamed # Import environment specific config. This must remain at the bottom # of this file so it overrides the configuration defined above. |
