Files
dolphin-backend/dolphin-compose/src/main/resources/application.yml
2025-11-28 17:35:39 +08:00

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