-
Notifications
You must be signed in to change notification settings - Fork 13
/
application.yml
39 lines (36 loc) · 1.07 KB
/
application.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
# these are env vars + config file properties + flag options (flag > env > config)
# the application.yml file should be part of the wrapper module
# This file is not part of the docker image.
# To change default values in kubernetes deployment go to values.yaml file in the helm chart
# Any of the below config properties can be provided via Environment Variables
# Currently we use configmaps in k8s deployment so this is relevant for local development only
server:
port: 8081
request_timeout: 4000ms
shutdown_timeout: 4000ms
log:
level: debug
format: text
sm:
user: admin
password: admin
url: https://service-manager.dev.cfdev.sh
osb_api_path: /v1/osb
request_timeout: 6000ms
skip_ssl_validation: true
resync_period: 1h
app:
username: admin
password: admin
url: http://localhost:8081
k8s:
client:
timeout: 6000ms
# To run locally you need to create a secret in the k8s
# cluster with username: app.user and password app.password
secret:
name: service-broker-proxy-regsecret
namespace: service-broker-proxy
authn:
user: admin
password: admin