about summary refs log tree commit diff
path: root/.env.production.sample
diff options
context:
space:
mode:
authorValentin Lorentz <progval+github@progval.net>2017-04-15 02:07:21 +0200
committerEugen <eugen@zeonfederated.com>2017-04-15 02:07:21 +0200
commit5ab0ffc6c8ae37d95b559ed0a9f2b926490e1d59 (patch)
tree876089bb19da135cee8adff1ca76808a70a7a93c /.env.production.sample
parent8482f67cafabbd747126238c03853f251e0dce56 (diff)
Custom Paperclip path. (#778)
* Custom Paperclip path.

* Document PAPERCLIP_ROOT.

* Add PAPERCLIP_ROOT_URL (and rename PAPERCLIP_ROOT to PAPERCLIP_ROOT_PATH).
Diffstat (limited to '.env.production.sample')
-rw-r--r--.env.production.sample4
1 files changed, 4 insertions, 0 deletions
diff --git a/.env.production.sample b/.env.production.sample
index 7c82c014e..fd2f71165 100644
--- a/.env.production.sample
+++ b/.env.production.sample
@@ -41,6 +41,10 @@ SMTP_FROM_ADDRESS=notifications@example.com
 #SMTP_ENABLE_STARTTLS_AUTO=true
 
 
+# Optional user upload path and URL (images, avatars). Default is :rails_root/public/system. If you set this variable, you are responsible for making your HTTP server (eg. nginx) serve these files.
+# PAPERCLIP_ROOT_PATH=/var/lib/mastodon/public-system
+# PAPERCLIP_ROOT_URL=/system
+
 # Optional asset host for multi-server setups
 # CDN_HOST=assets.example.com