forked from AkkomaGang/akkoma
Merge pull request 'Update default paths' (#141) from norm/akkoma:update-default-paths into develop
Reviewed-on: AkkomaGang/akkoma#141
This commit is contained in:
commit
a82fb2acc1
1 changed files with 3 additions and 3 deletions
|
@ -32,9 +32,9 @@ defp get_default, do: Pleroma.Config.get(:default_config)
|
||||||
def release_defaults do
|
def release_defaults do
|
||||||
[
|
[
|
||||||
pleroma: [
|
pleroma: [
|
||||||
{:instance, [static_dir: "/var/lib/pleroma/static"]},
|
{:instance, [static_dir: "/var/lib/akkoma/static"]},
|
||||||
{Pleroma.Uploaders.Local, [uploads: "/var/lib/pleroma/uploads"]},
|
{Pleroma.Uploaders.Local, [uploads: "/var/lib/akkoma/uploads"]},
|
||||||
{:modules, [runtime_dir: "/var/lib/pleroma/modules"]},
|
{:modules, [runtime_dir: "/var/lib/akkoma/modules"]},
|
||||||
{:release, true}
|
{:release, true}
|
||||||
]
|
]
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in a new issue