-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathmanifest.yml
More file actions
executable file
·35 lines (35 loc) · 1.18 KB
/
manifest.yml
File metadata and controls
executable file
·35 lines (35 loc) · 1.18 KB
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
applications:
- name: {your-name}-data-exchange
buildpack: java_buildpack
memory: 1G
timeout: 180
path: target/data-exchange-2.0.94.jar
instances : 1
services:
- {uaaService}
- {assetService}
- {timeSeriesService}
#- {rabbitMQService}
#- {blobStoreService}
env:
# NOTE: Some values in curly braces are updated by scripts
SPRING_PROFILES_ACTIVE : cloud,asset,timeseries
MEMORY_LIMIT: 358M
predix_uaa_name: {uaaService}
predix_asset_name: {assetService}
predix_timeseries_name : {timeSeriesService}
#blobservice_name : {blobStoreService}
predix_oauth_clientId : {clientId}:{secret}
#EVENTHUB_INSTANCE_NAME: {eventhubService}
#UAA_INSTANCE_NAME: {uaaService}
#CLIENT_ID : {clientId}
#CLIENT_SECRET : {secret}
PREDIX_DEFAULT_FIELDIDENTIFIER_SOURCE : PREDIX_TIMESERIES
mainq: FieldChangedEventMainQueue
errorq: FieldChangedEventErrorQueue
predix_timeseries_wspool_maxIdle : 5
predix_timeseries_wspool_maxActive : 5
#logging - see application-cloud.properties
logging_level_root: INFO
logging_level_org_springframework: INFO
logging_level_com_ge_predix_solsvc: DEBUG