开发环境
This commit is contained in:
parent
03942028f4
commit
41a692d690
@ -8,14 +8,20 @@ spring:
|
||||
server-addr: 127.0.0.1:8848 # nacos
|
||||
username: nacos
|
||||
password: nacos
|
||||
sql:
|
||||
init:
|
||||
platform: postgis
|
||||
mode: never
|
||||
schema-locations: classpath:db/init.sql
|
||||
data-locations: classpath:db/data.sql
|
||||
jackson:
|
||||
serialization:
|
||||
write-dates-as-timestamps: false
|
||||
date-format: yyyy-MM-dd HH:mm:ss
|
||||
time-zone: GMT+8
|
||||
datasource:
|
||||
url: jdbc:postgresql://192.168.1.31:5433/ebike_staff??currentSchema=public&stringtype=unspecified
|
||||
username: postgres
|
||||
url: jdbc:postgresql://47.109.71.130:5432/ebike_staff?currentSchema=public&stringtype=unspecified
|
||||
username: root
|
||||
password: 970529
|
||||
driver-class-name: org.postgresql.Driver
|
||||
hikari:
|
||||
@ -36,11 +42,11 @@ spring:
|
||||
# Redis数据库索引(默认为0)
|
||||
database: 1
|
||||
# Redis服务器地址
|
||||
host: 192.168.1.31
|
||||
host: 47.109.71.130
|
||||
# Redis服务器连接端口
|
||||
port: 6379
|
||||
# Redis服务器连接密码(默认为空)
|
||||
# password:
|
||||
password: 970529
|
||||
# 连接超时时间
|
||||
lettuce:
|
||||
pool:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user