This repository was archived by the owner on Mar 20, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapplication-pcfone.yml
More file actions
63 lines (51 loc) · 1.44 KB
/
application-pcfone.yml
File metadata and controls
63 lines (51 loc) · 1.44 KB
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
cf:
apiHost: api.run.pcfone.io
refreshToken: xxxxxx
token:
provider: sso
spring:
profiles.include: jdbc
logging:
level:
de.flapdoodle.embed.mongo: INFO
org.springframework: INFO
com.sendgrid: DEBUG
org.cloudfoundry.reactor: DEBUG
# Options are: none, java-mail or sendgrid
notification:
engine: none
# Set schedule for this task to adhere to
# @see https://crontab.guru for help, first parameter is seconds
cron: "0 0 8 * * 1"
management:
endpoints:
web:
exposure:
include: info,health,metrics,scheduledtasks,loggers,logfile
---
spring:
profiles: mongo
autoconfigure:
exclude:
- org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration
mongodb:
embedded:
version: 3.4.15
download:
path: https://fastdl.mongodb.org/
alternate: true
---
spring:
profiles: jdbc
autoconfigure:
exclude:
- org.springframework.boot.autoconfigure.mongo.embedded.EmbeddedMongoAutoConfiguration
- org.springframework.boot.autoconfigure.mongo.MongoAutoConfiguration
- org.springframework.boot.autoconfigure.mongo.MongoReactiveAutoConfiguration
- org.springframework.boot.autoconfigure.data.mongo.MongoDataAutoConfiguration
- org.springframework.boot.autoconfigure.data.mongo.MongoReactiveDataAutoConfiguration
datasource:
driver-class-name: org.hsqldb.jdbc.JDBCDriver
url: jdbc:hsqldb:mem:cf-service-inventory
username: sa
password: