projects
/
akkoma
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9fd5176
)
Fix https://git.pleroma.social/pleroma/pleroma/issues/1289
author
yalh76
<yalh@yahoo.com>
Thu, 10 Oct 2019 20:05:54 +0000
(20:05 +0000)
committer
yalh76
<yalh@yahoo.com>
Thu, 10 Oct 2019 20:05:54 +0000
(20:05 +0000)
config/releases.exs
patch
|
blob
|
history
diff --git
a/config/releases.exs
b/config/releases.exs
index 98c5ceccd54a5501dfefcd8a845d148aedca390f..36c49367384be2eb63b9089ffdfbfd6ae1f1b278 100644
(file)
--- a/
config/releases.exs
+++ b/
config/releases.exs
@@
-1,6
+1,6
@@
import Config
-config :pleroma, :instance, static
_dir
: "/var/lib/pleroma/static"
+config :pleroma, :instance, static: "/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"