From ee5f960a3f79887bdf220f6da3295885a774a731 Mon Sep 17 00:00:00 2001 From: Francisco Schulz Date: Wed, 7 Jun 2023 13:07:43 +0200 Subject: [PATCH] add config without connection_string --- .dvc/config | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .dvc/config diff --git a/.dvc/config b/.dvc/config new file mode 100644 index 0000000..6c39aae --- /dev/null +++ b/.dvc/config @@ -0,0 +1,7 @@ +[core] + remote = azure_remote +['remote "vector"'] + url = ssh://vector.iqser.com/research/nonml_cv_doc_parsing/ + port = 22 +['remote "azure_remote"'] + url = azure://cv-sa-dvc/ \ No newline at end of file