forked from AkkomaGang/akkoma
Merge branch 'release-move-out-application-dir' into 'develop'
Set instance static/uploads to be outside of application directory in release config See merge request pleroma/pleroma!1283
This commit is contained in:
commit
a1bbeef55c
1 changed files with 3 additions and 0 deletions
|
@ -1,5 +1,8 @@
|
|||
import Config
|
||||
|
||||
config :pleroma, :instance, static_dir: "/var/lib/pleroma/static"
|
||||
config :pleroma, Pleroma.Uploaders.Local, uploads: "/var/lib/pleroma/uploads"
|
||||
|
||||
config_path = System.get_env("PLEROMA_CONFIG_PATH") || "/etc/pleroma/config.exs"
|
||||
|
||||
if File.exists?(config_path) do
|
||||
|
|
Loading…
Reference in a new issue