-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmaster.properties
38 lines (34 loc) · 1 KB
/
master.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
# Server properties, AM_ENC_KEY="" means generate random key
# This is for the first image in the cluster
SERVER_URL=http://openam-svc-a: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
# Uncomment to specify the site for the first server in a site configuration
LB_SITE_NAME=site1
LB_PRIMARY_URL=https://iam.example.com:443/openam