mirror of
https://github.com/apricote/releaser-pleaser.git
synced 2026-01-13 13:21:00 +00:00
* feat(forge): add new forge for forgejo We only support repositories hosted on Forgejo instances, but not Forgejo Actions or Woodpecker as CI solutions for now. * test(e2e): introduce e2e test framework with local forgejo
23 lines
424 B
INI
23 lines
424 B
INI
WORK_PATH = /data/gitea
|
|
|
|
[database]
|
|
DB_TYPE = sqlite3
|
|
PATH = /data/gitea/forgejo.db
|
|
|
|
[security]
|
|
INSTALL_LOCK = true
|
|
SECRET_KEY = releaser-pleaser
|
|
INTERNAL_TOKEN = releaser-pleaser
|
|
|
|
[service]
|
|
REGISTER_EMAIL_CONFIRM = false
|
|
ENABLE_NOTIFY_MAIL = false
|
|
DISABLE_REGISTRATION = true
|
|
|
|
[server]
|
|
DOMAIN = localhost
|
|
HTTP_PORT = 3000
|
|
ROOT_URL = http://localhost:3000/
|
|
|
|
[oauth2]
|
|
JWT_SECRET = rTD-FL2n_aBB6v4AOcr5lBvwgZ6PSr3HGZAuNH6nMu8
|