mirror of
https://github.com/BeardedTek/flowbite-beardedtek.com.git
synced 2025-12-06 05:31:52 +00:00
Create config.template.yml to insert OAUTH_CLIENT_ID and OAUTH_CLIENT_SECRET at build time.
This commit is contained in:
@@ -14,8 +14,8 @@ backend:
|
|||||||
|
|
||||||
auth:
|
auth:
|
||||||
provider: gitea
|
provider: gitea
|
||||||
client_id: "${GITEA_CLIENT_ID}"
|
client_id: "__OAUTH_CLIENT_ID__"
|
||||||
client_secret: "${GITEA_CLIENT_SECRET}"
|
client_secret: "__OAUTH_CLIENT_SECRET__"
|
||||||
auth_url: https://git.beardedtek.com/login/oauth/authorize
|
auth_url: https://git.beardedtek.com/login/oauth/authorize
|
||||||
token_url: https://git.beardedtek.com/login/oauth/access_token
|
token_url: https://git.beardedtek.com/login/oauth/access_token
|
||||||
user_url: https://git.beardedtek.com/api/v1/user
|
user_url: https://git.beardedtek.com/api/v1/user
|
||||||
Reference in New Issue
Block a user