doc: 配置文件修改
This commit is contained in:
parent
78b2b31a47
commit
d3825c45b3
@ -1,5 +1,3 @@
|
||||
server:
|
||||
port: 18081
|
||||
spring:
|
||||
data:
|
||||
redis:
|
||||
@ -15,5 +13,5 @@ logging:
|
||||
com.byhah.cloud: debug
|
||||
byhah:
|
||||
config:
|
||||
url: http://127.0.0.1:8080
|
||||
server-url: http://127.0.0.1:8080/api/admin
|
||||
url: http://127.0.0.1:18081
|
||||
server-url: http://127.0.0.1:18081/api/website
|
||||
@ -2,7 +2,7 @@ spring:
|
||||
data:
|
||||
redis:
|
||||
database: 1
|
||||
host: 172.29.2.246
|
||||
host: 172.21.198.46
|
||||
port: 6379
|
||||
timeout: 10s
|
||||
lettuce:
|
||||
@ -12,13 +12,13 @@ spring:
|
||||
max-idle: 10
|
||||
min-idle: 0
|
||||
datasource:
|
||||
url: jdbc:postgresql://110.188.24.113:5432/official_website
|
||||
url: jdbc:postgresql://172.21.198.46:5432/official_website
|
||||
username: postgres
|
||||
password: xj$NJTVz@cT2jQkm
|
||||
password: fA@0aCdB0h1dF5a
|
||||
springdoc:
|
||||
api-docs:
|
||||
enabled: false
|
||||
byhah:
|
||||
config:
|
||||
url: https://byhah
|
||||
server-url: https://byhah/api/admin
|
||||
url: http://mjhlkj.com
|
||||
server-url: http://mjhlkj.com/api/website
|
||||
@ -1,11 +1,12 @@
|
||||
server:
|
||||
servlet:
|
||||
context-path: /test
|
||||
context-path: /api/website
|
||||
port: 18081
|
||||
spring:
|
||||
application:
|
||||
name: website-admin
|
||||
profiles:
|
||||
active: dev
|
||||
active: prod
|
||||
servlet:
|
||||
multipart:
|
||||
max-request-size: 100MB
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user