Refactor code structure for improved readability and maintainability
This commit is contained in:
@@ -8,3 +8,10 @@ DB_NAME=siti_plugin_repo
|
||||
# Authentication
|
||||
JWT_SECRET=please-change-me
|
||||
JWT_EXPIRES_IN=7d
|
||||
|
||||
# Gitea tokens
|
||||
# GITEA_TOKEN wordt gebruikt als default token voor alle Gitea servers.
|
||||
GITEA_TOKEN=
|
||||
# Optioneel: override per host via GITEA_TOKENS (JSON of comma-separated baseUrl=token)
|
||||
# Voorbeeld: GITEA_TOKENS=git.robert.ooo=my-token,https://git.example.com=another-token
|
||||
GITEA_TOKENS=
|
||||
|
||||
Reference in New Issue
Block a user