DB Worker Node Add-on » dbWorkerAddon.properties
| 1 |
com.zfabrik.systemStates.participation=com.zfabrik.boot.main/sysrepo_up |
|---|---|
| 2 |
|
| 3 |
# git stored component repository
|
| 4 |
com.zfabrik.component.type=com.zfabrik.gitcr |
| 5 |
|
| 6 |
# true <=> optional repository. If gitcr.uri is invalid, then this gitcr will be ignore silently
|
| 7 |
gitcr.optional=false |
| 8 |
|
| 9 |
# this can also point to a remote repository like
|
| 10 |
# ssh://myserver/some/git/repo
|
| 11 |
gitcr.uri=http://git.z2-environment.net/z2-addons.dbworker |
| 12 |
|
| 13 |
# the git branch to use (e.g. 'master')
|
| 14 |
gitcr.branch=master |
| 15 |
|
| 16 |
# user name for remote connections that require authentication
|
| 17 |
#gitcr.user=
|
| 18 |
|
| 19 |
# password for remote connections that require authentication
|
| 20 |
#gitcr.password=
|
| 21 |
|
| 22 |
# uncomment this if you want to change the priority of this CR
|
| 23 |
#gitcr.prio=500
|
| 24 |
|
