Browse Source

Merge branch 'patch-1' into 'develop'

Fix a typo in default static directory configuration for OTP releases

Closes #1289

See merge request pleroma/pleroma!1829
merge-requests/1875/head
rinpatch 4 years ago
parent
commit
5c6c3026ea
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      config/releases.exs

+ 1
- 1
config/releases.exs View File

@@ -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"


Loading…
Cancel
Save