diff options
author | Justin Nuß <justin.nuss@hmmh.de> | 2014-07-24 15:23:56 +0200 |
---|---|---|
committer | Justin Nuß <justin.nuss@hmmh.de> | 2014-07-24 15:23:56 +0200 |
commit | 9df99681fbcb5a809d2821c3861c8655f885af7a (patch) | |
tree | 4baa69b37c5396a768fd9ddf4347a27e3c76190a /conf | |
parent | bfe5b86004791823b198be76084aa128d262b290 (diff) | |
download | gitea-9df99681fbcb5a809d2821c3861c8655f885af7a.tar.gz gitea-9df99681fbcb5a809d2821c3861c8655f885af7a.zip |
Update default config with comments
Diffstat (limited to 'conf')
-rw-r--r-- | conf/app.ini | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/conf/app.ini b/conf/app.ini index 3cea1fdd0f..20ff349441 100644 --- a/conf/app.ini +++ b/conf/app.ini @@ -181,9 +181,14 @@ SERVICE = server DISABLE_GRAVATAR = false [attachment] +; Path for attachments. Defaults to files/attachments PATH = ; One or more allowed types, e.g. image/jpeg|image/png ALLOWED_TYPES = +; Max size of each file. Defaults to 32MB +MAX_SIZE +; Max number of files per upload. Defaults to 10 +MAX_FILES = [log] ROOT_PATH = |