-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathapplication-dev.yml
More file actions
30 lines (30 loc) · 915 Bytes
/
application-dev.yml
File metadata and controls
30 lines (30 loc) · 915 Bytes
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
gateway:
backend:
url: http://localhost:5800
frontend:
url: http://localhost:5810
sandbox:
url: http://localhost:5400
spring:
security:
oauth2:
client:
provider:
# example: https://github.com/wearearima/spring-boot-dex/blob/master/src/main/resources/application.properties
dex:
authorization-uri: http://localhost:5556/dex/auth
token-uri: http://localhost:5556/dex/token
jwk-set-uri: http://localhost:5556/dex/keys
registration:
dex:
client-id: save-gateway-dev
client-secret: 123test123
authorization-grant-type: authorization_code
redirect-uri: '{baseUrl}/{action}/oauth2/code/{registrationId}'
scope:
- openid
logging:
level:
org.springframework.web: DEBUG
org.springframework.security: DEBUG
com.nimbusds: TRACE