Skip to content
  • Projects
  • Groups
  • Snippets
  • Help
  • 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
Switch branch/tag
  • matchPerson
  • build
  • bin
  • config.sh
  • 文帅营's avatar
    ci:添加打docker包 · 72b05934
    文帅营 committed Nov 17, 2025
    72b05934
config.sh 206 Bytes
RawBlameHistoryPermalink
1 2 3 4 5 6 7 8 9 10
#!/bin/bash

export SERVICE_NAME=${SPUG_APP_KEY}

# 健康检查配置
export APP_HEALTH_URL="http://localhost:${SERVICE_SERVER_PORT}/version"
export HEALTH_CHECK_INTERVAL=30
export MAX_HEALTH_FAILURES=3