Add 'sdk/java-v2/' from commit '55f103e336ca9fb8bf1720d2ef4ee8dd4e221118'
[arvados.git] / sdk / java-v2 / src / test / resources / static / gitweb.js
diff --git a/src/test/resources/integration-tests-application.conf b/src/test/resources/integration-tests-application.conf
deleted file mode 100644 (file)
index 2f934d4..0000000
+++ /dev/null
@@ -1,23 +0,0 @@
-# Configuration for integration tests
-#
-# Remarks:
-# * For example see integration-tests-application.conf.example
-# * 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 = ""
-        keepweb-port = 443
-        host = ""
-        port = 443
-        token = ""
-        protocol = https
-        host-insecure = false
-    }
-    integration-tests {
-        project-uuid = ""
-    }
-}