Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
L
lowcode-electron
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
electron
lowcode-electron
Commits
d932ab5f
Commit
d932ab5f
authored
Jul 21, 2023
by
韵晨龙
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: 调整为40080端口
parent
56b25b11
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
24 additions
and
8 deletions
+24
-8
bootstrap-local.yml
baseServer/config/bootstrap-local.yml
+4
-5
bootstrap.yml
baseServer/config/bootstrap.yml
+20
-3
css.worker.js
baseServer/dist/css.worker.js
+0
-0
No file name available
+0
-0
No files found.
baseServer/config/bootstrap-local.yml
View file @
d932ab5f
spring
:
datasource
:
url
:
jdbc:postgresql://
124.71.109.29:45432/syc_dev
?stringtype=unspecified¤tSchema=syc_paas_form_design
url
:
jdbc:postgresql://
218.245.98.250:15432/syc_paas_standalone_idea
?stringtype=unspecified¤tSchema=syc_paas_form_design
# url: jdbc:postgresql://218.245.99.101:5432/syc_huayan?stringtype=unspecified¤tSchema=syc_paas_form_runtime
username
:
postgres
password
:
1qaz@WSX
redis
:
host
:
124.71.109.29
port
:
4
6379
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
baseServer/config/bootstrap.yml
View file @
d932ab5f
...
...
@@ -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
:
...
...
@@ -294,3 +304,9 @@ scheduled:
# com: debug
mpc
:
url
:
http://localhost:7012/mpc
freemarker
:
template
:
path
:
classpath:templates
action
:
path
:
./java
\ No newline at end of file
baseServer/dist/css.worker.js
View file @
d932ab5f
This source diff could not be displayed because it is too large. You can
view the blob
instead.
View file @
d932ab5f
No preview for this file type
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment