changed to unmaintained
[aaf/authz.git] / auth / unix / l.props.init
1 # Properties about your machine
2 ROOT_NS=org.test.aaf
3 AAF_ID=aaf@aaf.test.org
4 ORG_DIR=/opt/app/test
5 INSTALL_DIR=/opt/app/aaf
6 ORG_DIR=/opt/app/osaaf
7 VERSION=2.1.20-SNAPSHOT
8
9 # Add Debugging Messages
10 # DEBUG=true
11
12 # If you need a Locator URL that isn't this HOSTNAME, then set here
13 # AAF_LOCATE_URL=https://<vanity>:8095
14
15 # Note: If you do not know your machine's GPS Coord, http://bing.com/maps shows by directory
16 LATITUDE=38.0
17 LONGITUDE=-90.0
18
19 # CASSANDRA - Assumes out-of-the-box Passwords until changed, or adding CADI Security
20 #CASSANDRA_CLUSTERS=
21 CASSANDRA_CLUSTERS_PORT=9042
22 CASSANDRA_CLUSTERS_USER=cassandra
23 CASSANDRA_CLUSTERS_PASSWORD=cassandra
24