Use an env var for Carrierwave's cache_dir

This commit is contained in:
gregoirenovel 2018-09-04 14:43:03 +02:00
parent e93f57763e
commit b2dc502ed5
4 changed files with 7 additions and 16 deletions

View file

@ -22,6 +22,7 @@ FOG_OPENSTACK_AUTH_URL=""
FOG_OPENSTACK_REGION=""
FOG_DIRECTORY=""
FOG_ENABLED=""
CARRIERWAVE_CACHE_DIR="/tmp/tps-local-cache"
CLEVER_CLOUD_ACCESS_KEY_ID=""
CLEVER_CLOUD_SECRET_ACCESS_KEY=""