mirror of
https://github.com/BeardedTek/flowbite-beardedtek.com.git
synced 2025-12-06 05:31:52 +00:00
Update backend configuration in config.yml to use relative paths for API and auth endpoints, enhancing portability.
This commit is contained in:
@@ -4,8 +4,8 @@ backend:
|
||||
branch: main
|
||||
app_id: ca91733b-543f-4506-b2cc-7c6120d20b57
|
||||
base_url: https://git.beardedtek.com
|
||||
api_root: https://git.beardedtek.com/api/v1
|
||||
auth_endpoint: https://git.beardedtek.com/login/oauth/authorize
|
||||
api_root: /api/v1
|
||||
auth_endpoint: /login/oauth/authorize
|
||||
commit_messages:
|
||||
create: 'content: create {{collection}} "{{slug}}"'
|
||||
update: 'content: update {{collection}} "{{slug}}"'
|
||||
|
||||
Reference in New Issue
Block a user