blob: 4a792b47a9e8516ce18102965d5f0fb0e88a7bd3 (
plain)
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
|
# pypdp component installation configuration parameters
# tomcat specific parameters
TOMCAT_JMX_PORT=9994
TOMCAT_SHUTDOWN_PORT=8405
SSL_HTTP_CONNECTOR_PORT=8480
SSL_AJP_CONNECTOR_PORT=8384
SSL_AJP_CONNECTOR_REDIRECT_PORT=8443
TOMCAT_X_MS_MB=1024
TOMCAT_X_MX_MB=1024
# pypdp parameters
PDP_URL=http://pdp:8081/pdp/,testpdp,alpha123
PAP_URL=http://pap:9091/pap/,testpap,alpha123
PYPDP_ID=testrest
PYPDP_PASSWORD=3c0mpU#h01@N1c3
node_type=pypdp
# the java property is RESOURCE_NAME (uppercase), but the conf parameter is lowercase
resource_name=pypdp_1
CLIENT_FILE=client.properties
|