diff options
author | Unknwon <u@gogs.io> | 2017-03-17 19:42:21 -0400 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2017-03-17 19:42:21 -0400 |
commit | b3c4a39208331fd3798923bde01bf556b9e90c0d (patch) | |
tree | de098f555a9512a283baad03114494d31307ebab /conf | |
parent | cac7af2c783e12b68e8263b57a150d19f085f4da (diff) |
setting: add config option for raw file render mode (#3608)
Added '[repository] ENABLE_RAW_FILE_RENDER_MODE'.
Diffstat (limited to 'conf')
-rw-r--r-- | conf/app.ini | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/conf/app.ini b/conf/app.ini index a1968180..cad9f68f 100644 --- a/conf/app.ini +++ b/conf/app.ini @@ -93,6 +93,8 @@ ENABLE_LOCAL_PATH_MIGRATION = false ; value depend of how many CPUs (cores) you have. If the value is set to zero ; or under, GOGS will automatically detect the number of CPUs your system have COMMITS_FETCH_CONCURRENCY = 0 +; Enable render mode for raw file +ENABLE_RAW_FILE_RENDER_MODE = false [repository.editor] ; List of file extensions that should have line wraps in the CodeMirror editor. |