-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmanifest.yml
More file actions
24 lines (23 loc) · 1.15 KB
/
manifest.yml
File metadata and controls
24 lines (23 loc) · 1.15 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
---
#
# Manifest.yml for a basic hello world index.html file
# This application and steps to deploy are described in full in the getting started guide on predix.io
#
# Step 1 is to change your application name, save, exit, and cf push
# Step 2 - In later tutorials you will be shown how to **bind** to Predix services as described on predix.io
applications:
- name: mmts-unternehmer-WebApp # Step 1: Change your application name
buildpack: nodejs_buildpack
memory: 256M
command: npm start
disk_quota: 256M
env:
node_env: cloud
uaa_service_label : predix-uaa
clientId: 'timeseries_client_readonly'
#base64ClientCredential: {Get clientID:clientSecret then base64 encode and place it here}
zoneId: '067e39c4-de83-40e2-b966-2f83ea5fc292'
uaaUrl: 'https://6a1e5ff3-ab32-45b4-bf67-4548a9c2efdb.predix-uaa.run.aws-usw02-pr.ice.predix.io/oauth/token'
timeseriesURL: 'https://time-series-store-predix.run.aws-usw02-pr.ice.predix.io/v1/datapoints'
# Following properties configured only for Timeseries WindyData service Integration
#windServiceUrl: "{URL of the microservice - https://<your-name>-winddata-timeseries-service}"