Skip to content
Snippets Groups Projects
Commit bded0bf2 authored by Brutzman, Don's avatar Brutzman, Don
Browse files

further hide relative path on server

parent 908204f5
No related branches found
No related tags found
No related merge requests found
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
# Warning: do not check any username/password, directory or configuration values back into version control! # Warning: do not check any username/password, directory or configuration values back into version control!
sftpServer.savage =CHANGEME sftpServer.savage =CHANGEME
username.savage =CHANGEME username.savage =CHANGEME
password.savage =CHANGEME password.savage =CHANGEME
sftpDirectory.savage=CHANGEME sftpDirectory.savage.EthicalControl=CHANGEME
...@@ -38,9 +38,8 @@ POSSIBILITY OF SUCH DAMAGE. ...@@ -38,9 +38,8 @@ POSSIBILITY OF SUCH DAMAGE.
<!-- private configuration properties: server names, user names and passwords ====================== --> <!-- private configuration properties: server names, user names and passwords ====================== -->
<property name= "access.properties.filename" value="access.properties"/> <property name= "access.properties.filename" value="access.properties"/>
<property file="${access.properties.filename}"/> <!-- loads the properties defined in the .properties file --> <property file="${access.properties.filename}"/> <!-- loads the properties defined in the (local, blocked) .properties file -->
<property name= "sftpDirectory.savage.EthicalControl" value="/data/html/EthicalControl"/>
<!-- ======================================================================================== --> <!-- ======================================================================================== -->
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment