Tweak test script no issue #
[arvados.git] / src / main / resources / reference.conf
1 # Arvados client default configuration
2 #
3 # Remarks:
4 # * While providing data remove apostrophes ("") from each line
5 # * See Arvados documentation for information how to obtain a token:
6 #   https://doc.arvados.org/user/reference/api-tokens.html
7 #
8
9 arvados {
10     api {
11         keepweb-host = localhost
12         keepweb-port = 8000
13         host = localhost
14         port = 8000
15         token = ""
16         protocol = https
17         host-insecure = false
18     }
19     split-size = 64
20     temp-dir = /tmp/file-split
21     copies = 2
22     retries = 0
23 }