16 lines
346 B
YAML
16 lines
346 B
YAML
spring:
|
|
datasource:
|
|
driver-class-name: com.mysql.cj.jdbc.Driver
|
|
url: jdbc:mysql://mysql:3306/sweet_hut?serverTimezone=GMT%2B8&useUnicode=true&characterEncoding=UTF-8&useSSL=false
|
|
username: docker
|
|
password: 19940822Cxx
|
|
|
|
logging:
|
|
fluentd:
|
|
host: fluent-bit
|
|
port: 24224
|
|
level:
|
|
root: info
|
|
|
|
file:
|
|
path: /upload-file/ |