-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcards.yaml
More file actions
44 lines (41 loc) · 815 Bytes
/
cards.yaml
File metadata and controls
44 lines (41 loc) · 815 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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
#server:
# port: 9000
# servlet:
# context-path: /cards
#
#spring:
# application.name: cards
# datasource:
# url: jdbc:h2:mem:testdb
# driverClassName: org.h2.Driver
# username: sa
# password: ''
# h2:
# console:
# enabled: true
# jpa:
# database-platform: org.hibernate.dialect.H2Dialect
# hibernate:
# ddl-auto: update
# show-sql: true
# config:
# import:
# - "cards-qa.yaml"
# - "cards-prod.yaml"
# profiles:
# active:
# - "qa"
build:
version: "3.0"
springdoc:
swagger-ui.path: /swagger-ui.html
api-docs.path: /api-docs
show-actuator: true
cards:
message: "Welcome to cards related local APIs "
contactDetails:
name: "John Doe - Developer"
email: "john@eazybank.com"
onCallSupport:
- (123) 234-123
- (123) 234-123