-
Notifications
You must be signed in to change notification settings - Fork 1
/
application.tmpl.yml
54 lines (54 loc) · 2.4 KB
/
application.tmpl.yml
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
# security properties could be removed, if it's configured in the manifest.yml through environment variable SECURITY_USER_NAME and SECURITY_USER_PASSWORD
security:
user:
password: pass
services:
TRIPADVISOR:
NAME: TRIPADVISOR_test_Service2
DESCRIPTION: My existing service
CREDENTIALS:
URI: http://....
API_DIRECTORY:
NAME: API_DIRECTORY_test_Service2
DESCRIPTION: My existing service
METADATA:
LONG_DESCRIPTION: A long description for my service
CREDENTIALS:
HOSTNAME: http://company.com
plans:
DEV:
NAME: dev
CREDENTIALS:
URI: http://mydev-api.org
ACCESS_KEY: devAZERT23456664DFDSFSDFDSF
PREPROD:
NAME: preprod
CREDENTIALS:
URI: http://mypreprod-api.org
ACCESS_KEY: preprodAZERT23456664DFDSFSDFDSF
PROD:
NAME: prod
CREDENTIALS:
URI: http://myprod-api.org
ACCESS_KEY: prodAZERT23456664DFDSFSDFDSF
HOSTNAME: http://prod.company.com
ID:
NAME: static-creds-service-test2
DESCRIPTION: static-creds service for test
TAGS: tag1,tag2,tag3
METADATA:
DISPLAY_NAME: displayname for my service
IMAGE_URL: https://upload.wikimedia.org/wikipedia/commons/c/c8/Orange_logo.svg
SUPPORT_URL: https://github.com/tao-xinxiu/static-creds-broker
DOCUMENTATION_URL: https://github.com/tao-xinxiu/static-creds-broker
PROVIDER_DISPLAY_NAME: provider display name
LONG_DESCRIPTION: A long description for my service
plans:
1:
NAME: myplan
DESCRIPTION: The description of the plan
#METADATA: '{"bullets":["20 GB of messages","20 connections"],"costs":[{"amount":{"usd":99.0,"eur":49.0},"unit":"MONTHLY"},{"amount":{"usd":0.99,"eur":0.49},"unit":"1GB of messages over 20GB"}],"displayName":"Big Bunny"}'
#FREE: false
CREDENTIALS_JSON: '{"username":"admin", "password":"pa55woRD", "uri":"mysql://USERNAME:PASSWORD@HOSTNAME:PORT/NAME", "HOSTNAME": "us-cdbr-east-03.cleardb.com"}'
# uri: mysql://USERNAME:PASSWORD@HOSTNAME:PORT/NAME
# HOSTNAME: us-cdbr-east-03.cleardb.com