-
Notifications
You must be signed in to change notification settings - Fork 135
/
Copy pathapplication.yml
37 lines (34 loc) · 976 Bytes
/
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
# SPDX-FileCopyrightText: 2018-2023 SAP SE or an SAP affiliate company and Cloud Security Client Java contributors
# SPDX-License-Identifier: Apache-2.0
---
sap:
security:
services:
xsuaa[0]:
xsappname: xsapp!t0815
uaadomain: localhost
clientid: sb-clientId!t0815
clientsecret: pwd
url: http://localhost
plan: application
xsuaa[1]:
xsappname: xsapp!b04711
clientid: sb-clientId!b04711
plan: broker
identity:
clientid: sb-clientId!t0815
domains: localhost
#Single xsuaa service configuration
# xsuaa:
# xsappname: xsapp!t0815
# uaadomain: localhost
# clientid: sb-clientId!t0815
# clientsecret: pwd
# url: http://localhost
#
# identity:
# clientid: sb-clientId!t0815
# domains: localhost
logging.level:
com.sap: DEBUG # set SAP-class loggers to DEBUG.
org.springframework: DEBUG