Move runtime configuration from :instance to :modules
This commit is contained in:
parent
1f3c452d86
commit
157bceeda9
4 changed files with 14 additions and 4 deletions
|
|
@ -69,7 +69,7 @@ defmodule Pleroma.Application do
|
|||
end
|
||||
|
||||
def load_custom_modules do
|
||||
dir = Pleroma.Config.get([:instance, :custom_modules_dir])
|
||||
dir = Pleroma.Config.get([:modules, :runtime_dir])
|
||||
|
||||
if dir && File.exists?(dir) do
|
||||
dir
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue