-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathapplication.properties
27 lines (24 loc) · 1.18 KB
/
application.properties
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
server.port=9090
spring.datasource.url=jdbc:h2:mem:mockResourceServer
spring.datasource.driverClassName=org.h2.Driver
spring.datasource.username=sa
spring.datasource.password=
spring.jpa.database-platform=org.hibernate.dialect.H2Dialect
spring.jpa.hibernate.ddl-auto = create
spring.h2.console.path=/h2
spring.h2.console.enabled=true
spring.jpa.show-sql=true
spring.jpa.properties.hibernate.format_sql=true
spring.mvc.pathmatch.matching-strategy = ANT_PATH_MATCHER
mock.res.server.auth.code=test_auth_code
#if running on docker use below, otherwise comment this and uncomment the latter.
#mock.auth.issuer.url=http://localhost:8080
#mock.auth.server.url=http://fdx.mock.auth.server:8080
mock.auth.issuer.url=${mock.auth.server.url}
mock.auth.server.url=http://localhost:8080
##Docker End
mock.auth.server.jwks.uri.path=/oauth2/jwks
intercept.res.server.included.urls=/fdx/v6
intercept.res.server.excluded.urls=
intercept.int.res.server.included.urls=/consent,/user
intercept.int.res.server.excluded.urls=/fdx/v6,/upload,/swagger-ui/index.html,/docs/v3/api-docs,/docs/swagger-ui,/swagger-ui,/swagger-resources,/v2/api-docs,/v3/api-docs,/favicon.ico,/health,/shutdown,/livenessProbe,/error,/startupStatus