-
Notifications
You must be signed in to change notification settings - Fork 69
Expand file tree
/
Copy pathmanifest.yml.template
More file actions
25 lines (25 loc) · 969 Bytes
/
manifest.yml.template
File metadata and controls
25 lines (25 loc) · 969 Bytes
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
---
applications:
- name: predix-webapp-starter
memory: 128M
timeout: 180
buildpack: nodejs_buildpack
command: node server/app.js
path: build/es5-basic
#services:
# - your-name-uaa
# - your-name-time-series
# - your-name-asset
env:
node_env: cloud
uaa_service_label : predix-uaa
# Add these values for authentication in the cloud
#base64ClientCredential: dWFhLWNsaWVudC1pZDp1YWEtY2xpZW50LWlkLXNlY3JldA==
#loginBase64ClientCredential: bG9naW5fY2xpZW50X2lkOnNlY3JldA==
# Use a full wss:// URL for actual web socket server. use /livestream for mock data.
websocketServerURL: /livestream
timeSeriesOnly: false
assetModel: "sample-data/predix-asset/Compressor-CMMS-Compressor-2018.json"
#rmdDatasourceURL: {URL of your RMD datasource microservice}
rmdDocsURL: "https://raw.githubusercontent.com/PredixDev/predix-rmd-ref-app/master/README.md"
#dataExchangeURL: {URL of your data exchange microservice}