18 lines
472 B
Plaintext
18 lines
472 B
Plaintext
# MariaDB / MySQL connection
|
|
DB_HOST=127.0.0.1
|
|
DB_PORT=3306
|
|
DB_USER=root
|
|
DB_PASSWORD=secret
|
|
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=
|