diff --git a/custom/conf/app.example.ini b/custom/conf/app.example.ini index da83d4636f..b0f6bd3d44 100644 --- a/custom/conf/app.example.ini +++ b/custom/conf/app.example.ini @@ -457,7 +457,7 @@ INTERNAL_TOKEN = ;GLOBAL_TWO_FACTOR_REQUIREMENT = none ;; ;; Name of cookie used to store authentication information. -;COOKIE_REMEMBER_NAME = gitea_incredible +;COOKIE_REMEMBER_NAME = persistent ;; ;; Reverse proxy authentication header name of user name, email, and full name ;REVERSE_PROXY_AUTHENTICATION_USER = X-WEBAUTH-USER @@ -1895,7 +1895,7 @@ LEVEL = Info ;PROVIDER_CONFIG = data/sessions ; Relative paths will be made absolute against _`AppWorkPath`_. ;; ;; Session cookie name -;COOKIE_NAME = i_like_gitea +;COOKIE_NAME = session ;; ;; If you use session in https only: true or false. If not set, it defaults to `true` if the ROOT_URL is an HTTPS URL. ;COOKIE_SECURE =