Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
Toggle navigation
This project
Loading...
Sign in
谢明辉
/
VVAS-Match
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit a0a23d38
authored
Jan 23, 2026
by
wangxinzhe
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
修改配置文件
1 parent
80fd39ec
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
7 deletions
build/bin/systemctl.service.template
build/config/application-pro.properties.template
build/bin/systemctl.service.template
View file @
a0a23d3
...
...
@@ -6,6 +6,7 @@ After=network.target
Type=simple
User=${CURRENT_USER}
Group=${CURRENT_USER_GROUP}
EnvironmentFile=-/etc/vion.env
WorkingDirectory=${SERVICE_RUN_DIR}
ExecStart=${_SPUG_GLOBAL_CONFIG_JRE21_EXECUTE_FILE} ${SERVICE_JAR_RUN_PARAMS} -jar ${SERVICE_RUN_DIR}/${SERVICE_JAR_FILE_NAME} --spring.profiles.active=pro
...
...
build/config/application-pro.properties.template
View file @
a0a23d3
...
...
@@ -3,14 +3,14 @@ server.port=${SERVICE_SERVER_PORT}
spring.jackson.time-zone=GMT+8
spring.jackson.date-format=yyyy-MM-dd HH:mm:ss
# es
spring.elasticsearch.uris=${_SPUG_SERVICE_ELASTICSEARCH_URIS}
spring.elasticsearch.username=${_SPUG_SERVICE_ELASTICSEARCH_USERNAME}
spring.elasticsearch.password=${_SPUG_SERVICE_ELASTICSEARCH_PASSWORD}
spring.elasticsearch.ioThreadCount=
2
0
spring.elasticsearch.maxConnTotal=
1
00
spring.elasticsearch.maxConnPerRoute=
2
0
spring.elasticsearch.uris=${_SPUG_SERVICE_ELASTICSEARCH_URIS
_MATCH
}
spring.elasticsearch.username=${_SPUG_SERVICE_ELASTICSEARCH_USERNAME
_MATCH
}
spring.elasticsearch.password=${_SPUG_SERVICE_ELASTICSEARCH_PASSWORD
_MATCH
}
spring.elasticsearch.ioThreadCount=
10
0
spring.elasticsearch.maxConnTotal=
2
00
spring.elasticsearch.maxConnPerRoute=
10
0
spring.elasticsearch.socketTimeout=5000
vion.index.number_of_shards=
1
vion.index.number_of_shards=
2
vion.index.number_of_replicas=0
delete.after.days=3
server.tomcat.max-threads=500
...
...
Write
Preview
Markdown
is supported
Attach a file
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 post a comment