Add branch configuration to backend in config.yml for clarity in version control

This commit is contained in:
2025-07-29 12:24:10 -08:00
parent ad7c580ace
commit 344d23da1d

View File

@@ -6,6 +6,7 @@ backend:
base_url: https://git.beardedtek.com
api_root: https://git.beardedtek.com/api/v1
auth_endpoint: https://git.beardedtek.com/login/oauth/authorize
branch: main
commit_messages:
create: 'content: create {{collection}} "{{slug}}"'
update: 'content: update {{collection}} "{{slug}}"'