Skip to content

Commit

Permalink
Fix Gitea not having credentials/authorizedOrigins in Docker environm…
Browse files Browse the repository at this point in the history
…ents (#10486)
  • Loading branch information
chxseh committed Sep 2, 2024
1 parent e001e94 commit 3703264
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions config/custom-environment-variables.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ public:
authorizedOrigins: 'BITBUCKET_SERVER_ORIGINS'
drone:
authorizedOrigins: 'DRONE_ORIGINS'
gitea:
authorizedOrigins: 'GITEA_ORIGINS'
github:
baseUri: 'GITHUB_URL'
debug:
Expand Down Expand Up @@ -84,6 +86,7 @@ private:
dockerhub_username: 'DOCKERHUB_USER'
dockerhub_pat: 'DOCKERHUB_PAT'
drone_token: 'DRONE_TOKEN'
gitea_token: 'GITEA_TOKEN'
gh_client_id: 'GH_CLIENT_ID'
gh_client_secret: 'GH_CLIENT_SECRET'
gh_token: 'GH_TOKEN'
Expand Down

0 comments on commit 3703264

Please sign in to comment.