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

feat: 调整为40080端口

parent 56b25b11
spring: spring:
datasource: 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 # url: jdbc:postgresql://218.245.99.101:5432/syc_huayan?stringtype=unspecified&currentSchema=syc_paas_form_runtime
username: postgres username: postgres
password: 1qaz@WSX password: 1qaz@WSX
redis: redis:
host: 124.71.109.29 host: 218.245.98.250
port: 46379 port: 6379
password: Syc@1234 password: Syc@1234
database: 1 database: 9
timeout: 60000 timeout: 60000
lettuce: lettuce:
pool: pool:
...@@ -87,7 +87,6 @@ login-info: ...@@ -87,7 +87,6 @@ login-info:
mybatis-plus: mybatis-plus:
configuration: configuration:
log-impl: org.apache.ibatis.logging.stdout.StdOutImpl log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
...@@ -76,17 +76,23 @@ ureport: ...@@ -76,17 +76,23 @@ ureport:
max-connections: 100 max-connections: 100
# 云储存上传路径 # 云储存上传路径
prefix: source/report/ prefix: source/report/
#使用本地上传
oss:
endpoint: http://localhost/metadata/file/upload
type: LOCAL
#文件存放路径 #文件存放路径
file: file:
upload: upload:
path: C:/upload path: /opt/filedata/
mybatis-plus: mybatis-plus:
mapper-locations: classpath*:/mapper/*Mapper.xml,classpath*:/mapper/**/*Mapper.xml mapper-locations: classpath*:/mapper/*Mapper.xml,classpath*:/mapper/**/*Mapper.xml
# configuration: configuration:
# log-impl: org.apache.ibatis.logging.stdout.StdOutImpl log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
runModel: single runModel: single
architecture: monolithic architecture: monolithic
env: design
paas: paas:
domain: domain:
...@@ -135,6 +141,7 @@ security: ...@@ -135,6 +141,7 @@ security:
- /admin/tenant/app/select-inner - /admin/tenant/app/select-inner
- /admin/tenant/app/inner - /admin/tenant/app/inner
- /admin/role-data-permission/** - /admin/role-data-permission/**
- /admin/platform/info/**
- /index - /index
- /js/** - /js/**
- /css/** - /css/**
...@@ -186,6 +193,8 @@ logic: ...@@ -186,6 +193,8 @@ logic:
url: http://localhost:7012/logic url: http://localhost:7012/logic
edgebase: edgebase:
url: http://localhost:7012/edgebase url: http://localhost:7012/edgebase
base:
url: http://localhost:7012/base
management: management:
health: health:
...@@ -243,6 +252,7 @@ slm: ...@@ -243,6 +252,7 @@ slm:
- edge_archive_variable - edge_archive_variable
- edge_alarm_config - edge_alarm_config
- edge_alarm_record - edge_alarm_record
- meta_custom_script_relation
thread: thread:
pool: pool:
...@@ -294,3 +304,9 @@ scheduled: ...@@ -294,3 +304,9 @@ scheduled:
# com: debug # com: debug
mpc: mpc:
url: http://localhost:7012/mpc 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