mirror of
https://github.com/BeardedTek/flowbite-beardedtek.com.git
synced 2025-12-06 05:31:52 +00:00
Update OAuth URLs in config.template.yml to use relative paths for consistency and portability
This commit is contained in:
@@ -3,8 +3,8 @@ backend:
|
|||||||
repo: beardedtek/flowbite-beardedtek.com
|
repo: beardedtek/flowbite-beardedtek.com
|
||||||
branch: main
|
branch: main
|
||||||
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}}"'
|
||||||
@@ -16,9 +16,9 @@ auth:
|
|||||||
provider: gitea
|
provider: gitea
|
||||||
client_id: "__OAUTH_CLIENT_ID__"
|
client_id: "__OAUTH_CLIENT_ID__"
|
||||||
client_secret: "__OAUTH_CLIENT_SECRET__"
|
client_secret: "__OAUTH_CLIENT_SECRET__"
|
||||||
auth_url: login/oauth/authorize
|
auth_url: /login/oauth/authorize
|
||||||
token_url: login/oauth/access_token
|
token_url: /login/oauth/access_token
|
||||||
user_url: api/v1/user
|
user_url: /api/v1/user
|
||||||
enable_pkce: true
|
enable_pkce: true
|
||||||
scope: "user"
|
scope: "user"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user