11 lines
285 B
YAML
11 lines
285 B
YAML
|
server:
|
||
|
port: 8891
|
||
|
spring:
|
||
|
profiles:
|
||
|
active: pre
|
||
|
datasource:
|
||
|
driver-class-name: org.postgresql.Driver
|
||
|
url: jdbc:postgresql://192.168.61.114:5432/rtos_wh?serverTimezone=Asia/Shanghai&useUnicode=true&characterEncoding=utf-8
|
||
|
username: rtops_wh
|
||
|
password: wh#2023
|