-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathmanifest.yml
More file actions
16 lines (15 loc) · 830 Bytes
/
manifest.yml
File metadata and controls
16 lines (15 loc) · 830 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
---
applications:
- name: osb-postgresql-test
# path: osb-postgresql-X.X.X.jar # Is set by pipeline
env:
SPRING_APPLICATION_NAME: osb-evoila-test
SPRING_PROFILES_ACTIVE: postgresql, backend, cloudfoundry, basicauth, bosh-test, oauth2, credhub, acceptselfsigned, backup
JBP_CONFIG_OPEN_JDK_JRE: '{ jre: { version: 17.+ }}'
JBP_CONFIG_SPRING_AUTO_RECONFIGURATION: '{enabled: false}'
#SPRING_CONFIG_IMPORT: 'optional:configserver:http://config-server.apps.tas.lab'
SPRING_CONFIG_IMPORT: 'optional:configserver:http://config-server.apps.internal:8080'
#SPRING_CLOUD_CONFIG_URI: http://config-server.apps.tas.lab
SPRING_CLOUD_CONFIG_URI: http://config-server.apps.internal:8080
SPRING_CLOUD_CONFIG_USERNAME: evoila
SPRING_CLOUD_CONFIG_PASSWORD: "f58WuE5XU8iH2q5t"