Update backend configuration in config.yml to use relative paths for API and auth endpoints, enhancing portability.

This commit is contained in:
2025-07-29 12:14:20 -08:00
parent 652927aa66
commit 76b7cd14af

View File

@@ -4,8 +4,8 @@ backend:
branch: main branch: main
app_id: ca91733b-543f-4506-b2cc-7c6120d20b57 app_id: ca91733b-543f-4506-b2cc-7c6120d20b57
base_url: https://git.beardedtek.com base_url: https://git.beardedtek.com
api_root: https://git.beardedtek.com/api/v1 api_root: /api/v1
auth_endpoint: https://git.beardedtek.com/login/oauth/authorize auth_endpoint: /login/oauth/authorize
commit_messages: commit_messages:
create: 'content: create {{collection}} "{{slug}}"' create: 'content: create {{collection}} "{{slug}}"'
update: 'content: update {{collection}} "{{slug}}"' update: 'content: update {{collection}} "{{slug}}"'