diff --git a/.gitpod/conan/remotes.json b/.gitpod/conan/remotes.json new file mode 100644 index 00000000..0e6cfbe1 --- /dev/null +++ b/.gitpod/conan/remotes.json @@ -0,0 +1,14 @@ +{ + "remotes": [ + { + "name": "conancenter", + "url": "https://center.conan.io", + "verify_ssl": true + }, + { + "name": "conan-gitpod-mp-units", + "url": "https://mpusz.jfrog.io/artifactory/api/conan/conan-gitpod-mp-units", + "verify_ssl": true + } + ] +} \ No newline at end of file