cloudbase / garm

GitHub Actions Runner Manager
Apache License 2.0
138 stars 26 forks source link

Move URLs from default section of config to DB #256

Closed gabriel-samfira closed 5 months ago

gabriel-samfira commented 5 months ago

This change moves the callback_url, metadata_url and webhooks_url from the config to the database. The goal is to move as much as possible from the config to the DB, in preparation for a potential refactor that will allow GARM to scale out. This would allow multiple nodes to share a single source of truth.