Compare commits
1 Commits
master
...
v1.1_20240
| Author | SHA1 | Date | |
|---|---|---|---|
| 79cb71dc1f |
@@ -1,5 +1,6 @@
|
|||||||
server:
|
server:
|
||||||
port: 8010
|
port: 8010
|
||||||
|
max-http-header-size: 65536
|
||||||
#配置数据源
|
#配置数据源
|
||||||
spring:
|
spring:
|
||||||
datasource:
|
datasource:
|
||||||
@@ -153,5 +154,5 @@ sa-token:
|
|||||||
token-prefix: Bearer
|
token-prefix: Bearer
|
||||||
|
|
||||||
loki:
|
loki:
|
||||||
url: http://10.211.55.3:3100/loki/api/v1
|
url: http://192.168.81.251:3100/loki/api/v1
|
||||||
systemName: acs
|
systemName: acs
|
||||||
|
|||||||
@@ -2,7 +2,7 @@ spring:
|
|||||||
freemarker:
|
freemarker:
|
||||||
check-template-location: false
|
check-template-location: false
|
||||||
profiles:
|
profiles:
|
||||||
active: prod
|
active: dev
|
||||||
jackson:
|
jackson:
|
||||||
time-zone: GMT+8
|
time-zone: GMT+8
|
||||||
data:
|
data:
|
||||||
|
|||||||
Reference in New Issue
Block a user