From bded0bf22bb500a24521f3d9b53aba3f4733cea9 Mon Sep 17 00:00:00 2001 From: "Brutzman, Don" <brutzman@nps.edu> Date: Wed, 18 Mar 2020 07:16:08 -0700 Subject: [PATCH] further hide relative path on server --- access.properties.template | 8 ++++---- build.xml | 5 ++--- 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/access.properties.template b/access.properties.template index fe1b665..a576893 100644 --- a/access.properties.template +++ b/access.properties.template @@ -4,7 +4,7 @@ # Warning: do not check any username/password, directory or configuration values back into version control! -sftpServer.savage =CHANGEME -username.savage =CHANGEME -password.savage =CHANGEME -sftpDirectory.savage=CHANGEME +sftpServer.savage =CHANGEME +username.savage =CHANGEME +password.savage =CHANGEME +sftpDirectory.savage.EthicalControl=CHANGEME diff --git a/build.xml b/build.xml index 4949ef7..33dced1 100644 --- a/build.xml +++ b/build.xml @@ -38,9 +38,8 @@ POSSIBILITY OF SUCH DAMAGE. <!-- private configuration properties: server names, user names and passwords ====================== --> - <property name= "access.properties.filename" value="access.properties"/> - <property file="${access.properties.filename}"/> <!-- loads the properties defined in the .properties file --> - <property name= "sftpDirectory.savage.EthicalControl" value="/data/html/EthicalControl"/> + <property name= "access.properties.filename" value="access.properties"/> + <property file="${access.properties.filename}"/> <!-- loads the properties defined in the (local, blocked) .properties file --> <!-- ======================================================================================== --> -- GitLab