fix(config): 🔧 Update Forgejo client credentials format

Refactor the configuration to use environment variable syntax for Forgejo client ID and secret.

This change improves consistency and readability in the configuration file.
This commit is contained in:
Daniel Sy 2025-08-13 14:42:35 +02:00
parent f9b3b69b67
commit f3d2def98a
Signed by: Daniel.Sy
GPG key ID: 1F39A8BBCD2EE3D3

View file

@ -52,8 +52,8 @@ config:
id: gitea
name: Forgejo
config:
clientID: "{{`{{ .Env.FORGEJO_CLIENT_ID }}`}}"
clientSecret: "{{`{{ .Env.FORGEJO_CLIENT_SECRET }}`}}"
clientID: "$FORGEJO_CLIENT_ID"
clientSecret: "$FORGEJO_CLIENT_SECRET"
redirectURI: https://dex.observability.t09.de/callback
baseURL: https://edp.buildth.ing
enablePasswordDB: false