Commit d932ab5f authored by 韵晨龙's avatar 韵晨龙

feat: 调整为40080端口

parent 56b25b11
spring:
datasource:
url: jdbc:postgresql://124.71.109.29:45432/syc_dev?stringtype=unspecified&currentSchema=syc_paas_form_design
url: jdbc:postgresql://218.245.98.250:15432/syc_paas_standalone_idea?stringtype=unspecified&currentSchema=syc_paas_form_design
# url: jdbc:postgresql://218.245.99.101:5432/syc_huayan?stringtype=unspecified&currentSchema=syc_paas_form_runtime
username: postgres
password: 1qaz@WSX
redis:
host: 124.71.109.29
port: 46379
host: 218.245.98.250
port: 6379
password: Syc@1234
database: 1
database: 9
timeout: 60000
lettuce:
pool:
......@@ -87,7 +87,6 @@ login-info:
mybatis-plus:
configuration:
log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
......@@ -76,17 +76,23 @@ ureport:
max-connections: 100
# 云储存上传路径
prefix: source/report/
#使用本地上传
oss:
endpoint: http://localhost/metadata/file/upload
type: LOCAL
#文件存放路径
file:
upload:
path: C:/upload
path: /opt/filedata/
mybatis-plus:
mapper-locations: classpath*:/mapper/*Mapper.xml,classpath*:/mapper/**/*Mapper.xml
# configuration:
# log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
configuration:
log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
runModel: single
architecture: monolithic
env: design
paas:
domain:
......@@ -135,6 +141,7 @@ security:
- /admin/tenant/app/select-inner
- /admin/tenant/app/inner
- /admin/role-data-permission/**
- /admin/platform/info/**
- /index
- /js/**
- /css/**
......@@ -186,6 +193,8 @@ logic:
url: http://localhost:7012/logic
edgebase:
url: http://localhost:7012/edgebase
base:
url: http://localhost:7012/base
management:
health:
......@@ -243,6 +252,7 @@ slm:
- edge_archive_variable
- edge_alarm_config
- edge_alarm_record
- meta_custom_script_relation
thread:
pool:
......@@ -293,4 +303,10 @@ scheduled:
# level:
# com: debug
mpc:
url: http://localhost:7012/mpc
\ No newline at end of file
url: http://localhost:7012/mpc
freemarker:
template:
path: classpath:templates
action:
path: ./java
\ No newline at end of file
This source diff could not be displayed because it is too large. You can view the blob instead.
No preview for this file type
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment