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