Tweak test script no issue #
[arvados.git] / src / test / resources / integration-tests-application.conf
1 # Configuration for integration tests
2 #
3 # Remarks:
4 # * For example see integration-tests-application.conf.example
5 # * While providing data remove apostrophes ("") from each line
6 # * See Arvados documentation for information how to obtain a token:
7 #   https://doc.arvados.org/user/reference/api-tokens.html
8 #
9
10 arvados {
11     api {
12         keepweb-host = ""
13         keepweb-port = 443
14         host = ""
15         port = 443
16         token = ""
17         protocol = https
18         host-insecure = false
19     }
20     integration-tests {
21         project-uuid = ""
22     }
23 }