diff options
author | Bwko <bouwko@gmail.com> | 2017-01-23 02:19:50 +0100 |
---|---|---|
committer | Lunny Xiao <xiaolunwen@gmail.com> | 2017-01-23 09:19:50 +0800 |
commit | 74ed6dc3ad830d308a032fe213e9dfe83f954ffc (patch) | |
tree | 7b1af731b492d46785d162ca778e1b756b45850f /conf | |
parent | 1257d43e147efd985e740e0ec59f2e5b015e5b7d (diff) | |
download | gitea-74ed6dc3ad830d308a032fe213e9dfe83f954ffc.tar.gz gitea-74ed6dc3ad830d308a032fe213e9dfe83f954ffc.zip |
Add option to app.ini to enable local import paths (#724)
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 ec4a3e3034..303b006b20 100644 --- a/conf/app.ini +++ b/conf/app.ini @@ -173,6 +173,8 @@ COOKIE_REMEMBER_NAME = gitea_incredible REVERSE_PROXY_AUTHENTICATION_USER = X-WEBAUTH-USER ; Sets the minimum password length for new Users MIN_PASSWORD_LENGTH = 6 +; True when users are allowed to import local server paths +IMPORT_LOCAL_PATHS = false [service] ACTIVE_CODE_LIVE_MINUTES = 180 |