Add 'sdk/java-v2/' from commit '55f103e336ca9fb8bf1720d2ef4ee8dd4e221118'
[arvados.git] / sdk / java-v2 / src / main / resources / static / gitweb.css
diff --git a/src/main/resources/reference.conf b/src/main/resources/reference.conf
deleted file mode 100644 (file)
index 3ff2bb0..0000000
+++ /dev/null
@@ -1,23 +0,0 @@
-# Arvados client default configuration
-#
-# Remarks:
-# * While providing data remove apostrophes ("") from each line
-# * See Arvados documentation for information how to obtain a token:
-#   https://doc.arvados.org/user/reference/api-tokens.html
-#
-
-arvados {
-    api {
-       keepweb-host = localhost
-       keepweb-port = 8000
-       host = localhost
-       port = 8000
-       token = ""
-       protocol = https
-       host-insecure = false
-    }
-    split-size = 64
-    temp-dir = /tmp/file-split
-    copies = 2
-    retries = 0
-}