Merge branch 'main' into 001-label-backend-spec

This commit is contained in:
wh
2026-04-13 18:23:15 +08:00

View File

@@ -5,9 +5,9 @@ spring:
application: application:
name: label-backend name: label-backend
datasource: datasource:
url: ${SPRING_DATASOURCE_URL:jdbc:postgresql://localhost:5432/label_db} url: ${SPRING_DATASOURCE_URL:jdbc:postgresql://39.107.112.174:5432/labeldb}
username: ${SPRING_DATASOURCE_USERNAME:label} username: ${SPRING_DATASOURCE_USERNAME:postgres}
password: ${SPRING_DATASOURCE_PASSWORD:label_password} password: ${SPRING_DATASOURCE_PASSWORD:postgres!Pw}
driver-class-name: org.postgresql.Driver driver-class-name: org.postgresql.Driver
hikari: hikari:
maximum-pool-size: 20 maximum-pool-size: 20
@@ -16,9 +16,9 @@ spring:
data: data:
redis: redis:
host: ${SPRING_DATA_REDIS_HOST:localhost} host: ${SPRING_DATA_REDIS_HOST:39.107.112.174}
port: ${SPRING_DATA_REDIS_PORT:6379} port: ${SPRING_DATA_REDIS_PORT:6379}
password: ${SPRING_DATA_REDIS_PASSWORD:redis_password} password: ${SPRING_DATA_REDIS_PASSWORD:jsti@2024}
timeout: 5000ms timeout: 5000ms
lettuce: lettuce:
pool: pool:
@@ -54,9 +54,9 @@ mybatis-plus:
id-type: auto id-type: auto
rustfs: rustfs:
endpoint: ${RUSTFS_ENDPOINT:http://localhost:9000} endpoint: ${RUSTFS_ENDPOINT:http://39.107.112.174:9000}
access-key: ${RUSTFS_ACCESS_KEY:minioadmin} access-key: ${RUSTFS_ACCESS_KEY:admin}
secret-key: ${RUSTFS_SECRET_KEY:minioadmin} secret-key: ${RUSTFS_SECRET_KEY:your_strong_password}
region: us-east-1 region: us-east-1
ai-service: ai-service: