diff options
author | Thibault Meyer <meyer.thibault@gmail.com> | 2016-10-04 18:59:07 +0200 |
---|---|---|
committer | Thibault Meyer <meyer.thibault@gmail.com> | 2016-10-04 18:59:07 +0200 |
commit | e54dec7ce518b170ec148f1c35bc1e5ad174dc2b (patch) | |
tree | ea7f37110f8b205a6925e098a0c5bc9745c29f04 /conf/app.ini | |
parent | 93f1eabe3087ac723f8f404def8dba40359f0d64 (diff) | |
download | gitea-e54dec7ce518b170ec148f1c35bc1e5ad174dc2b.tar.gz gitea-e54dec7ce518b170ec148f1c35bc1e5ad174dc2b.zip |
missing space
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 b0c0a6f43e..65fa225248 100644 --- a/conf/app.ini +++ b/conf/app.ini @@ -25,7 +25,7 @@ PULL_REQUEST_QUEUE_LENGTH = 1000 ; Name must match file name in conf/license or custom/conf/license PREFERRED_LICENSES = Apache License 2.0,MIT License ; Disable ability to interact with repositories by HTTP protocol -DISABLE_HTTP_GIT= false +DISABLE_HTTP_GIT = false [repository.editor] ; List of file extensions that should have line wraps in the CodeMirror editor |