From 35138d98e14b9092a4a35c309509124cd660390d Mon Sep 17 00:00:00 2001 From: Salt Date: Thu, 30 Apr 2020 05:53:16 -0500 Subject: [PATCH] Actually use internal token --- roles/gitea/templates/app.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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