Skip to content

Commit 7ccd0d0

Browse files
author
Predix Robot
committed
Release 1.1.98
1 parent 5fbce7f commit 7ccd0d0

File tree

4 files changed

+11
-12
lines changed

4 files changed

+11
-12
lines changed

manifest.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
applications:
3-
- name: predix-nodejs-starter
3+
- name: <your-name>-predix-nodejs-starter Change
44
memory: 128M
55
buildpack: nodejs_buildpack
66
#command: DEBUG=express:* node app.js
@@ -13,7 +13,6 @@ env:
1313
node_env: cloud
1414
uaa_service_label : predix-uaa
1515
#clientId: {Enter client ID, e.g. app_client_id, and place it here}
16-
#base64ClientCredential: dWFhLWNsaWVudC1pZDp1YWEtY2xpZW50LWlkLXNlY3JldA==
16+
#base64ClientCredential: {Get clientID:clientSecret then base64 encode and place it here}
1717
# Following properties configured only for Timeseries WindData service Integration
18-
#windServiceURL: "{URL of the microservice <your-name>-winddata-timeseries-service}, e.g. https://your-name-winddata-timeseries-service.run.asw-usw02-pr.predix.io"
19-
#assetMachine: my-type
18+
#windServiceUrl: "{URL of the microservice <your-name>-winddata-timeseries-service}, e.g. https://your-name-winddata-timeseries-service.run.asw-usw02-pr.predix.io"

manifest.yml.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ applications:
44
memory: 128M
55
buildpack: nodejs_buildpack
66
#command: DEBUG=express:* node app.js
7-
command: node app.js
7+
command: node server/app.js
88
#services:
99
# - your-name-uaa
1010
# - your-name-time-series

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "predix-nodejs-starter",
3-
"version": "1.1.96",
3+
"version": "1.1.98",
44
"private": true,
55
"scripts": {
66
"start": "node server/app.js",

version.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"name": "Predix Front End Web App.html",
3-
"version": "1.1.96",
3+
"version": "1.1.98",
44
"private": true,
55
"dependencies": {
6-
"local-setup": "https://github.com/PredixDev/local-setup#1.0.14",
7-
"predix-scripts": "https://github.com/PredixDev/predix-scripts#1.1.41",
8-
"Predix-HelloWorld-WebApp": "https://github.com/PredixDev/Predix-HelloWorld-WebApp#1.1.56",
9-
"predix-nodejs-starter": "https://github.com/PredixDev/predix-nodejs-starter#1.1.96",
10-
"winddata-timeseries-service": "https://github.com/PredixDev/winddata-timeseries-service#2.0.27"
6+
"local-setup": "https://github.com/PredixDev/local-setup#1.0.15",
7+
"predix-scripts": "https://github.com/PredixDev/predix-scripts#1.1.42",
8+
"Predix-HelloWorld-WebApp": "https://github.com/PredixDev/Predix-HelloWorld-WebApp#1.1.57",
9+
"predix-nodejs-starter": "https://github.com/PredixDev/predix-nodejs-starter#1.1.98",
10+
"winddata-timeseries-service": "https://github.com/PredixDev/winddata-timeseries-service#2.0.29"
1111
},
1212
"author": "turnerth"
1313
}

0 commit comments

Comments
 (0)