diff options
author | clavinet <17836261+clavinet@users.noreply.github.com> | 2019-08-10 21:25:26 +0200 |
---|---|---|
committer | techknowlogick <techknowlogick@gitea.io> | 2019-08-10 15:25:26 -0400 |
commit | 80d2c2575b78eb5ea7193b9fe98d7c3ad6409605 (patch) | |
tree | 2bbafbcb40c96917adbf7c2f57c2ea9b9a2eddf0 /custom | |
parent | cde95f99238cf02e6eb16b79261caf23b1988a76 (diff) | |
download | gitea-80d2c2575b78eb5ea7193b9fe98d7c3ad6409605.tar.gz gitea-80d2c2575b78eb5ea7193b9fe98d7c3ad6409605.zip |
Update app.ini.sample (#7817)
small grammar fix
Diffstat (limited to 'custom')
-rw-r--r-- | custom/conf/app.ini.sample | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/custom/conf/app.ini.sample b/custom/conf/app.ini.sample index 991a2a3e6b..99e50ffba9 100644 --- a/custom/conf/app.ini.sample +++ b/custom/conf/app.ini.sample @@ -724,7 +724,7 @@ ACCESS_TOKEN_EXPIRATION_TIME=3600 REFRESH_TOKEN_EXPIRATION_TIME=730 ; Check if refresh token got already used INVALIDATE_REFRESH_TOKENS=false -; OAuth2 authentication secret for access and refresh tokens, change this a unique string. +; OAuth2 authentication secret for access and refresh tokens, change this to a unique string. JWT_SECRET=Bk0yK7Y9g_p56v86KaHqjSbxvNvu3SbKoOdOt2ZcXvU [i18n] |