Skip to content

Commit

Permalink
new default config for software_router
Browse files Browse the repository at this point in the history
  • Loading branch information
lrollus committed Jul 12, 2021
1 parent ec601a6 commit 2f1187b
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions configs/software_router/config.groovy.sample
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,19 @@ cytomine.software.sshKeysFile='/root/.ssh/id_rsa'
cytomine.software.descriptorFile = "descriptor.json"

cytomine.software.ssh.maxRetries = 3
cytomine.core.connectionRetries = 20

cytomine.software.allowDockerfileCompilation = true

// In seconds
cytomine.software.repositoryManagerRefreshRate = 3600
cytomine.software.job.logRefreshRate = 15
cytomine.software.pullingCheckRefreshRate = 20
cytomine.software.pullingCheckTimeout = 1800
cytomine.core.connectionRefreshRate = 30

cytomine.software.github.username=""
cytomine.software.github.token=""

cytomine.software.dockerhub.username=""
cytomine.software.dockerhub.password=""

0 comments on commit 2f1187b

Please sign in to comment.