diff --git a/roles/gitea/templates/app.ini b/roles/gitea/templates/app.ini index 4c46852..8a1e017 100644 --- a/roles/gitea/templates/app.ini +++ b/roles/gitea/templates/app.ini @@ -457,8 +457,8 @@ DEFAULT_EMAIL_NOTIFICATIONS = enabled [security] ; Whether the installer is disabled INSTALL_LOCK = true -; !!CHANGE THIS TO KEEP YOUR USER DATA SAFE!! SECRET_KEY = {{ gitea_secret_key }} +INTERNAL_TOKEN = {{ gitea_internal_token }} ; How long to remember that a user is logged in before requiring relogin (in days) LOGIN_REMEMBER_DAYS = 7 COOKIE_USERNAME = gitea_awesome