mirror of
https://github.com/go-gitea/gitea
synced 2025-08-12 04:28:21 +00:00
Add option to app.ini to enable local import paths (#724)
This commit is contained in:
2
conf/app.ini
vendored
2
conf/app.ini
vendored
@@ -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
|
||||
|
Reference in New Issue
Block a user