diff options
author | Peter Mescalchin <peter@magnetikonline.com> | 2017-06-03 17:02:55 +1000 |
---|---|---|
committer | 无闻 <u@gogs.io> | 2017-06-03 03:02:55 -0400 |
commit | 21c1b8d834c8f9a4c44861f5ac1388e10efe4928 (patch) | |
tree | ffe1e3620a4deebe4a62efbd92344c0d51d31b41 /conf/app.ini | |
parent | 16913ba8141c997367f5ec91126d2073b0324455 (diff) |
conf: rename attachment toggle from ENABLE to ENABLED (#4474)
Diffstat (limited to 'conf/app.ini')
-rw-r--r-- | conf/app.ini | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/app.ini b/conf/app.ini index 5adaaff5..fc43868e 100644 --- a/conf/app.ini +++ b/conf/app.ini @@ -297,7 +297,7 @@ ENABLE_FEDERATED_AVATAR = true ; Attachment settings for issues [attachment] ; Whether attachments are enabled. Defaults to `true` -ENABLE = true +ENABLED = true ; Path for attachments. Defaults to `data/attachments` PATH = data/attachments ; One or more allowed types, e.g. image/jpeg|image/png |