From e8e8888459e63d0801aaea79db354e302ce788c9 Mon Sep 17 00:00:00 2001
From: "Brutzman, Don" <brutzman@nps.edu>
Date: Sat, 15 Feb 2020 09:53:43 -0800
Subject: [PATCH] upload configuration instructions

---
 access.properties.blocker.txt |  8 ++++++++
 access.properties.template    | 10 ++++++++++
 2 files changed, 18 insertions(+)
 create mode 100644 access.properties.blocker.txt
 create mode 100644 access.properties.template

diff --git a/access.properties.blocker.txt b/access.properties.blocker.txt
new file mode 100644
index 0000000..844e038
--- /dev/null
+++ b/access.properties.blocker.txt
@@ -0,0 +1,8 @@
+access.properties is maintained by local users only.
+
+access.properties is blocked from uploading into git version control
+(by listing in the .gitignore file in the root archive directory).
+
+Users can create their own private access.properties file if needed.
+Copy the access.properties.template as new file access.properties
+and then edit the CHANGEME values to get the correct format.
diff --git a/access.properties.template b/access.properties.template
new file mode 100644
index 0000000..fe1b665
--- /dev/null
+++ b/access.properties.template
@@ -0,0 +1,10 @@
+# Filename:    access.properties.template
+
+# Description: to support upload access, save the template file as access.properties and modify values for your account.
+
+# 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
-- 
GitLab