add new ini parameter INTERNAL_TOKEN

This commit is contained in:
Mathias Merscher 2019-03-10 13:41:39 +01:00 committed by Thomas Maurice
parent c69547f2b2
commit ac01b1e467
2 changed files with 2 additions and 1 deletions

View File

@ -28,6 +28,7 @@ gitea_start_ssh: true
gitea_ssh_port: 2222
gitea_secret_key: T0pS3cr31
gitea_internal_token: SomethingVeryLong
gitea_show_user_email: false
gitea_disable_gravatar: true

View File

@ -164,8 +164,8 @@ PATH = {{ gitea_db_path }}
; Whether the installer is disabled
INSTALL_LOCK = true
; !!CHANGE THIS TO KEEP YOUR USER DATA SAFE!!
#@FDEWREWR&*(
SECRET_KEY = {{ gitea_secret_key }}
INTERNAL_TOKEN = {{ gitea_internal_token }}
; Auto-login remember days
LOGIN_REMEMBER_DAYS = 7
COOKIE_USERNAME = gitea_awesome