reading the file, instead of config keyword
This commit is contained in:
parent
caadde3b04
commit
6e108b8603
@ -39,7 +39,7 @@ defmodule Pleroma.Config.ReleaseRuntimeProvider do
|
|||||||
|
|
||||||
with_exported =
|
with_exported =
|
||||||
if File.exists?(exported_config_path) do
|
if File.exists?(exported_config_path) do
|
||||||
exported_config = Config.Reader.read!(with_runtime_config)
|
exported_config = Config.Reader.read!(exported_config_path)
|
||||||
Config.Reader.merge(with_runtime_config, exported_config)
|
Config.Reader.merge(with_runtime_config, exported_config)
|
||||||
else
|
else
|
||||||
with_runtime_config
|
with_runtime_config
|
||||||
|
Loading…
Reference in New Issue
Block a user