We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8b0dd1 commit 0da87cbCopy full SHA for 0da87cb
README.md
@@ -35,6 +35,10 @@ github:
35
# organisations of which you are a member.
36
# (default: true)
37
org_member: true
38
+ # (optional) Set this url to connect to
39
+ # your self-hosted github install.
40
+ # (default: https://api.github.com)
41
+ url: https://github.mydomain.com
42
# The gitlab section contains backup jobs for
43
# GitLab.com and GitLab on premise
44
gitlab:
@@ -56,6 +60,10 @@ gitlab:
56
60
# teams of which you are a member.
57
61
58
62
member: true
63
64
+ # your self-hosted gitlab install.
65
+ # (default: https://gitlab.com/)
66
+ url: https://gitlab.mydomain.com
59
67
```
68
69
## Usage
0 commit comments