diff options
author | Matthew Somerville <matthew-github@dracos.co.uk> | 2016-08-10 17:08:41 +0100 |
---|---|---|
committer | Matthew Somerville <matthew-github@dracos.co.uk> | 2016-08-10 17:08:41 +0100 |
commit | 4faf6b08b07bf450d87db10df786f2b7ff8a802c (patch) | |
tree | a3c0f7de00a73c5fce730461c3faac477a26327e /conf | |
parent | 5d2426e0ca4dfee5f85fd5857f0db3276ed6d6c8 (diff) | |
parent | 6f6fc8b2d15b253bd455661a38d41ece11a547c0 (diff) |
Merge branch '1474-absolutely-fabulous'
Diffstat (limited to 'conf')
-rw-r--r-- | conf/general.yml-example | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/conf/general.yml-example b/conf/general.yml-example index 4c89cfba2..54bbd6a7f 100644 --- a/conf/general.yml-example +++ b/conf/general.yml-example @@ -61,6 +61,7 @@ LANGUAGES: TIME_ZONE: "" # File locations for uploaded photos and cached geocoding results. +# Absolute paths, or relative to the project's root directory UPLOAD_DIR: '../upload/' GEO_CACHE: '../cache/' |