增加face人脸服务配置

This commit is contained in:
weiweiw 2025-01-24 16:22:38 +08:00
parent 30746b7939
commit d6bb66ef78
1 changed files with 29 additions and 0 deletions

29
scripts/face_bootstrap.yml Executable file
View File

@ -0,0 +1,29 @@
# Tomcat
server:
port: 18087
# Spring
spring:
application:
# 应用名称
name: bonus-face
profiles:
# 环境配置
active: dev
cloud:
nacos:
username: nacos
password: nacos
discovery:
# 服务注册地址
server-addr: 192.168.0.16:18848
namespace: 0498f4fe-8430-4d43-acfe-f0cdf9a91df4
config:
# 配置中心地址
server-addr: 192.168.0.16:18848
namespace: 0498f4fe-8430-4d43-acfe-f0cdf9a91df4
# 配置文件格式
file-extension: yml
# 共享配置
shared-configs:
- application-${spring.profiles.active}.${spring.cloud.nacos.config.file-extension}