blob: 2117ff8ba59992ec2bdfe3ecb5bb8ecc04fcac5a [file] [log] [blame]
Pamela Dragosh91d04c62017-02-14 19:41:00 -05001# pypdp component installation configuration parameters
2
3# tomcat specific parameters
4
5TOMCAT_JMX_PORT=9994
6TOMCAT_SHUTDOWN_PORT=8405
7SSL_HTTP_CONNECTOR_PORT=8480
8SSL_AJP_CONNECTOR_PORT=8384
9SSL_AJP_CONNECTOR_REDIRECT_PORT=8443
10
11TOMCAT_X_MS_MB=1024
12TOMCAT_X_MX_MB=1024
13
14# pypdp parameters
15
16PDP_URL=https://${{FQDN}}:8081/pdp/,testpdp,alpha123
17PAP_URL=https://${{FQDN}}:9091/pap/
18PYPDP_ID=testrest
19PYPDP_PASSWORD=alpha123
20
21node_type=pypdp
22# the java property is RESOURCE_NAME (uppercase), but the conf parameter is lowercase
23resource_name=pypdp_1
24
25CLIENT_FILE=client.properties