Add 'sdk/java-v2/' from commit '55f103e336ca9fb8bf1720d2ef4ee8dd4e221118'
[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 }