projects
/
arvados.git
/ blob
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Merge branch 'keep_web_api_client_upload_method' refs #19220
[arvados.git]
/
sdk
/
java-v2
/
src
/
test
/
resources
/
integration-tests-application.conf.example
1
# example configuration for integration tests
2
3
arvados {
4
api {
5
keepweb-host = collections.ardev.mycompany.com
6
keepweb-port = 443
7
host = api.ardev.mycompany.com
8
port = 443
9
token = mytoken
10
protocol = https
11
host-insecure = false
12
}
13
integration-tests {
14
project-uuid = ardev-j7d0g-aa123f81q6y7skk
15
}
16
}