summaryrefslogtreecommitdiffstats
path: root/auth/unix/l.props.init
diff options
context:
space:
mode:
authorSai Gandham <gandham.saiprasad@gmail.com>2020-04-25 21:29:29 +0000
committerGerrit Code Review <gerrit@onap.org>2020-04-25 21:29:29 +0000
commitd7c1a1b6c4218e3f470f86e4ff67fdcdc86f0ea5 (patch)
treedeb33803d25e4a5d11aa7e42131d3490b08dc6ba /auth/unix/l.props.init
parente4220946ef3feb864ed45e4fc14682be2016dc1b (diff)
parent475da40b0d58acdf4dd1a3590c490ce7b95a1af8 (diff)
Merge "Add StandAlone Unix Configurations Include scripts, podman starts, minor code changes."
Diffstat (limited to 'auth/unix/l.props.init')
-rw-r--r--auth/unix/l.props.init24
1 files changed, 24 insertions, 0 deletions
diff --git a/auth/unix/l.props.init b/auth/unix/l.props.init
new file mode 100644
index 00000000..c9726ded
--- /dev/null
+++ b/auth/unix/l.props.init
@@ -0,0 +1,24 @@
+# Properties about your machine
+ROOT_NS=org.test.aaf
+AAF_ID=aaf@aaf.test.org
+ORG_DIR=/opt/app/test
+INSTALL_DIR=/opt/app/aaf
+ORG_DIR=/opt/app/osaaf
+VERSION=2.1.20-SNAPSHOT
+
+# Add Debugging Messages
+# DEBUG=true
+
+# If you need a Locator URL that isn't this HOSTNAME, then set here
+# AAF_LOCATE_URL=https://<vanity>:8095
+
+# Note: If you do not know your machine's GPS Coord, http://bing.com/maps shows by directory
+LATITUDE=38.0
+LONGITUDE=-90.0
+
+# CASSANDRA - Assumes out-of-the-box Passwords until changed, or adding CADI Security
+#CASSANDRA_CLUSTERS=
+CASSANDRA_CLUSTERS_PORT=9042
+CASSANDRA_CLUSTERS_USER=cassandra
+CASSANDRA_CLUSTERS_PASSWORD=cassandra
+