-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsecond.properties
39 lines (35 loc) · 1.03 KB
/
second.properties
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
# Server properties for a sample second server, AM_ENC_KEY from first server
# Use this for the second and subsequent images in the cluster
SERVER_URL=http://openam-svc-b:8080
DEPLOYMENT_URI=/openam
BASE_DIR=/root/openam
locale=en_US
PLATFORM_LOCALE=en_US
AM_ENC_KEY=O6QWwHPO4os+zEz3Nqn/2daAYWyiFE32
ADMIN_PWD=password
AMLDAPUSERPASSWD=Passw0rd
COOKIE_DOMAIN=.example.com
ACCEPT_LICENSES=true
# external configuration data store
DATA_STORE=dirServer
DIRECTORY_SSL=SIMPLE
DIRECTORY_SERVER=opendj
DIRECTORY_PORT=389
DIRECTORY_ADMIN_PORT=4444
DIRECTORY_JMX_PORT=1689
ROOT_SUFFIX=dc=example,dc=com
DS_DIRMGRDN=cn=Directory Manager
DS_DIRMGRPASSWD=password
# External OpenDJ based user data store
#USERSTORE_TYPE=LDAPv3ForOpenDS
#USERSTORE_SSL=SIMPLE
##USERSTORE_DOMAINNAME=opendj
#USERSTORE_HOST=opendj
#USERSTORE_PORT=389
#USERSTORE_SUFFIX=dc=example,dc=com
#USERSTORE_MGRDN=cn=Directory Manager
#USERSTORE_PASSWD=password
# Site properties
LB_PRIMARY_URL=http://iam.example.com:80/openam
LB_SITE_NAME=site1
existingserverid=http://openam-svc-a:8080