diff options
Diffstat (limited to 'roles')
-rw-r--r-- | roles/gitea/Readme.md | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/roles/gitea/Readme.md b/roles/gitea/Readme.md index c306d1b..dbc555d 100644 --- a/roles/gitea/Readme.md +++ b/roles/gitea/Readme.md @@ -2,7 +2,10 @@ normal gitea `app.ini` config parameters can be passed under `config.` -Available vars: `jwt_sec.content`, `int_tok.content`, `sec_key.content` +Available vars: `jwt_sec.content`, `int_tok.content`, `sec_key.content`. +These vars are base64 encoded and can be decoded with the `b64decode` filter. +This only matters for the `JWT_SECRET`. + ```yaml --- |