22 lines
413 B
YAML
22 lines
413 B
YAML
server:
|
|
port: 8080
|
|
servlet:
|
|
context-path: /
|
|
spring:
|
|
application:
|
|
name: dolphin-compose
|
|
datasource:
|
|
type: com.zaxxer.hikari.HikariDataSource
|
|
driver-class-name: org.postgresql.Driver
|
|
url: jdbc:postgresql://110.42.60.129:10002/postgres
|
|
username: postgres
|
|
password: postgres
|
|
data:
|
|
redis:
|
|
host: 110.42.60.129
|
|
port: 10001
|
|
database: 0
|
|
password: 123456
|
|
|
|
|