This is an automated email from the ASF dual-hosted git repository. dimuthuupe pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/airavata-mft.git
commit 7130037dad616c97f685204ab1507653e81bfd34 Author: Gopi Kiran <[email protected]> AuthorDate: Wed Apr 29 18:09:16 2020 -0400 Adding FTP in application properties of agent module --- agent/src/main/resources/application.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/agent/src/main/resources/application.properties b/agent/src/main/resources/application.properties index e8883b1..33d156e 100644 --- a/agent/src/main/resources/application.properties +++ b/agent/src/main/resources/application.properties @@ -19,7 +19,7 @@ spring.main.web-application-type=NONE agent.id=agent0 agent.host=localhost agent.user=dimuthu -agent.supported.protocols=SCP,LOCAL +agent.supported.protocols=SCP,LOCAL,FTP consul.host=localhost consul.port=8500
