File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -94,6 +94,19 @@ CODER_EXTERNAL_AUTH_0_CLIENT_SECRET=xxx
94
94
CODER_EXTERNAL_AUTH_0_AUTH_URL=https://bitbucket.domain.com/rest/oauth2/latest/authorize
95
95
```
96
96
97
+ ### Bitbucket Cloud
98
+
99
+ Bitbucket Server requires the following environment variables:
100
+
101
+ ``` env
102
+ CODER_EXTERNAL_AUTH_0_TYPE="bitbucket-cloud"
103
+ CODER_EXTERNAL_AUTH_0_ID=bitbucket
104
+ CODER_EXTERNAL_AUTH_0_CLIENT_ID=xxx
105
+ CODER_EXTERNAL_AUTH_0_CLIENT_SECRET=xxx
106
+ CODER_EXTERNAL_AUTH_0_AUTH_URL=https://bitbucket.domain.com/site/oauth2/authorize
107
+ CODER_EXTERNAL_AUTH_0_TOKEN_URL=https://bitbucket.domain.com/site/oauth2/access_token
108
+ ```
109
+
97
110
### Azure DevOps
98
111
99
112
Azure DevOps requires the following environment variables:
You can’t perform that action at this time.
0 commit comments