This commit is contained in:
counterweight 2026-02-08 18:22:31 +01:00
parent 08281ce349
commit c6e1a01167
Signed by: counterweight
GPG key ID: 883EDBAA726BD96C
5 changed files with 435 additions and 0 deletions

View file

@ -26,3 +26,8 @@ bitcoin_rpc_password: "CHANGE_ME_TO_SECURE_PASSWORD"
# Mempool MariaDB credentials
# Used by: services/mempool/deploy_mempool_playbook.yml
mariadb_mempool_password: "CHANGE_ME_TO_SECURE_PASSWORD"
# Forgejo Runner registration token
# Used by: services/forgejo-runner/deploy_forgejo_runner_playbook.yml
# See: services/forgejo-runner/SETUP.md for how to obtain this token
forgejo_runner_registration_token: "YOUR_RUNNER_TOKEN_HERE"