-
Notifications
You must be signed in to change notification settings - Fork 4
/
wa.env
59 lines (46 loc) · 2.47 KB
/
wa.env
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
####################################################################
# Licensed Materials Property of HCL*
#
# (c) Copyright HCL Technologies Ltd. 2018 All rights reserved.
# * Trademark of HCL Technologies Limited
####################################################################
###########################################################################################################
# CHANGE FOLLOWING LINE FROM "notaccepted" to "accept" IN ORDER TO ACCEPT DB2 EXPRESS LICENSE AND @PRODUCT.BRAND@ WORKLOAD AUTOMATION 9.5 LICENSE #
###########################################################################################################
LICENSE=notaccepted
# The fully qualified host name or IP address on which the MDM is contacted by external dynamic agents
#PUBLIC_HOSTNAME=<pubhostname>
# The fully qualified host name or IP address on which the event processor is contacted by external dynamic agents
#EVENTPROCESSOR_HOSTNAME=<evtprocpuhostname>
# Wait for the RDBMS to be reachable
WA_WAIT_FOR_DB=true
# The public https port to reach MDM in the container. Must be the container external port you choose to map to the container internal https port.
PUBLIC_PORT=31116
# The password of the "wauser" user used to connect to the server (server and console will be installed with this password)
WA_PASSWORD=wauser
# The password of the database user that accesses the console tables on the database server.
DB_PASSWORD=db2inst1
# The password of the database user administrator that accesses the console tables on the database server.
DB_ADMIN_PASSWORD=db2inst1
# The language of the containers (en | de | es | fr | it | ja | ko | pt_BR | ru | zh_CN | zh_TW)
LANG=en
# The TZ operating system environment variable
#TZ=Europe/Rome
# URL of the license server which processes license usage information
#LICENSE_SERVER_URL=<license server URL>
# ID of the license server which processes license usage information
#LICENSE_SERVER_ID=<license server id>
# The TWS name space's name (optional)
# - DB_TS_NAME=
# The TWS name space path's name. Valid only for DB2/IDS/MSSQL (optional)
# - DB_TS_PATH=
# The LOG name space's name (optional)
# - DB_LOG_TS_NAME=
# The LOG name space path's name. Valid only for DB2/IDS/MSSQL (optional)
# - DB_LOG_TS_PATH=
# The PLAN name space's name (optional)
# - DB_PLAN_TS_NAME=
# The PLAN name space path's name. Valid only for DB2/IDS/MSSQL (optional)
# - DB_PLAN_TS_PATH=
# The TEMP name space's name. Valid only for ORACLE (optional)
# - DB_TEMP_TS_NAME=