feat(*): Add SftpRepository config for testing

This commit is contained in:
Josh Creek
2021-08-30 12:46:56 +01:00
parent 01719ec05c
commit 9c48ae9452
+7
View File
@@ -1,2 +1,9 @@
{
"SftpRepository": {
"host": "",
"port": 22,
"username": "",
"password": "",
"remoteDirectoryPath": "/"
}
}