refactor(*): Use a strongly-typed options object for reading configuration for the SftpRepository

This commit is contained in:
Josh Creek
2021-09-02 21:17:36 +01:00
parent 73be5a52f9
commit 2f152f2a3d
4 changed files with 32 additions and 10 deletions
+5 -5
View File
@@ -1,9 +1,9 @@
{
"SftpRepository": {
"host": "",
"port": 22,
"username": "",
"password": "",
"remoteDirectoryPath": "/"
"Host": "",
"Port": 22,
"Username": "",
"Password": "",
"RemoteDirectoryPath": "/"
}
}