首次提交:初始化项目代码

This commit is contained in:
sunct
2026-07-31 15:24:14 +08:00
commit 8d3c97bd01
73 changed files with 11720 additions and 0 deletions
+32
View File
@@ -0,0 +1,32 @@
# CloudNest 开发环境配置
# CloudNest Development Environment Configuration
# 自动加载数据库、缓存、存储的本地连接地址
# Automatically loads local connection addresses for database, cache, and storage
app:
env: development
log_level: debug
file_service_url: http://localhost:8082
server:
host: 0.0.0.0
# Auth Service 默认端口 / Auth Service default port
# File Service 请通过 SERVER_PORT=8082 环境变量覆盖 / Override File Service via SERVER_PORT=8082 env var
port: 8081
database:
host: localhost
port: 3306
user: root
password: sun900120
dbname: cloudnest
cache:
host: localhost
port: 6379
storage:
endpoint: localhost:9000
access_key_id: minioadmin
secret_access_key: minioadmin
bucket_name: cloudnest-files