jimmydot | 3982f4f | 2017-05-07 14:58:24 -0400 | [diff] [blame] | 1 | # Properties read by ECOMP Framework library, ecompFW.jar
|
| 2 |
|
Ofir Sonsino | 1cfb087 | 2018-01-31 17:19:00 +0200 | [diff] [blame] | 3 | portal.api.impl.class = org.onap.portalapp.service.OnBoardingApiServiceImpl
|
jimmydot | 3982f4f | 2017-05-07 14:58:24 -0400 | [diff] [blame] | 4 | portal.api.prefix = /api
|
| 5 | max.idle.time = 5
|
| 6 | user.attribute.name = user_attribute
|
Krzysztof Kwiecien | 7f2f18d | 2017-07-22 15:48:27 +0200 | [diff] [blame] | 7 | decryption_key = ${VID_DECRYPTION_KEY}
|
jimmydot | 3982f4f | 2017-05-07 14:58:24 -0400 | [diff] [blame] | 8 |
|
| 9 | # Log On for single sign on
|
| 10 | ecomp_redirect_url = ${VID_ECOMP_REDIRECT_URL}
|
| 11 |
|
| 12 |
|
| 13 | # URL of the ECOMP Portal REST API
|
| 14 | ecomp_rest_url = ${VID_ECOMP_REST_URL}
|
| 15 |
|
| 16 | # UEB servers
|
| 17 | ueb_url_list = ${VID_UEB_URL_LIST}
|
| 18 |
|
| 19 | # ECOMP Portal listens here
|
| 20 | ecomp_portal_inbox_name = ${VID_ECOMP_PORTAL_INBOX_NAME}
|
| 21 |
|
| 22 | # Replace these 3 default values with the ones for your specific App,
|
| 23 | # as shown on the on-boarding page on the ECOMP Portal website.
|
| 24 | ueb_app_key = ${VID_UEB_APP_KEY}
|
| 25 | ueb_app_secret = ${VID_UEB_APP_SECRET}
|
| 26 | ueb_app_mailbox_name = ${VID_UEB_APP_MAILBOX_NAME}
|
| 27 | # Consumer group name for UEB topic.
|
| 28 | # Use the special tag to generate a unique one for each sdk-app server.
|
| 29 | ueb_app_consumer_group_name = ${VID_UEB_CONSUMER_GROUP}
|
| 30 |
|
| 31 | ueb_listeners_enable = ${VID_UEB_LISTENERS_ENABLE}
|
| 32 | ueb_rest_for_function_menu = true
|