首次提交:初始化项目代码
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user