1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/pleroma_ynh.git synced 2024-09-03 20:15:59 +02:00

Added scope option by default

This commit is contained in:
anmol 2018-11-09 00:54:24 +05:30
parent d1e27f2476
commit 9be3bffef3

View file

@ -17,6 +17,9 @@ config :pleroma, :media_proxy,
enabled: false,
redirect_on_failure: true
#base_url: "https://cache.pleroma.social"
config :pleroma, :fe,
scope_options_enabled: true
# Configure your database
config :pleroma, Pleroma.Repo,