Remove branch configuration from backend in config.yml to streamline version control settings.

This commit is contained in:
2025-07-29 12:28:31 -08:00
parent e7c3d35b4e
commit 1a8d075c0e

View File

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