Skip to content

Commit aa6ed5b

Browse files
Update docs/ce/self-host/self-host-on-azure.mdx
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
1 parent 2dbb5fd commit aa6ed5b

File tree

1 file changed

+14
-7
lines changed

1 file changed

+14
-7
lines changed

docs/ce/self-host/self-host-on-azure.mdx

Lines changed: 14 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,20 @@ digger:
3232
httpBasicAuthPassword: "abc123"
3333
bearerAuthToken: "salkfjadslkfj" # You should generate
3434
hostname: "<https://mo-digger-test.ngrok.app>"
35-
GitHubOrg: "diggerhq" # replace with org for digger
36-
GitHubAppID: ""
37-
GitHubAppClientID: ""
38-
GitHubAppClientSecret: ""
39-
GitHubAppKeyFile: "" #base64 encoded file
40-
GitHubWebhookSecret: ""
41-
35+
secret:
36+
useExistingSecret: false
37+
existingSecretName: ""
38+
39+
httpBasicAuthUsername: "admin"
40+
httpBasicAuthPassword: "abc123"
41+
bearerAuthToken: "salkfjadslkfj"
42+
hostname: "<https://mo-digger-test.ngrok.app>"
43+
githubOrg: "diggerhq" # replace with org for digger
44+
githubAppID: ""
45+
githubAppClientID: ""
46+
githubAppClientSecret: ""
47+
githubAppKeyFile: "" # base64 encoded file
48+
githubWebhookSecret: ""
4249
postgres:
4350
enabled: true
4451
secret:

0 commit comments

Comments
 (0)