Merge pull request 'Update default paths' (#141) from norm/akkoma:update-default-paths into develop
Reviewed-on: https://akkoma.dev/AkkomaGang/akkoma/pulls/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
 | 
			
		||||
    [
 | 
			
		||||
      pleroma: [
 | 
			
		||||
        {:instance, [static_dir: "/var/lib/pleroma/static"]},
 | 
			
		||||
        {Pleroma.Uploaders.Local, [uploads: "/var/lib/pleroma/uploads"]},
 | 
			
		||||
        {:modules, [runtime_dir: "/var/lib/pleroma/modules"]},
 | 
			
		||||
        {:instance, [static_dir: "/var/lib/akkoma/static"]},
 | 
			
		||||
        {Pleroma.Uploaders.Local, [uploads: "/var/lib/akkoma/uploads"]},
 | 
			
		||||
        {:modules, [runtime_dir: "/var/lib/akkoma/modules"]},
 | 
			
		||||
        {:release, true}
 | 
			
		||||
      ]
 | 
			
		||||
    ]
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in a new issue