首次提交:初始化项目代码
This commit is contained in:
@@ -0,0 +1,34 @@
|
||||
# CloudNest 测试环境配置
|
||||
# CloudNest Test Environment Configuration
|
||||
# 使用内存数据库或测试专用实例
|
||||
# Uses in-memory database or test-specific instances
|
||||
|
||||
app:
|
||||
env: test
|
||||
log_level: warn
|
||||
|
||||
server:
|
||||
host: 127.0.0.1
|
||||
port: 18080
|
||||
|
||||
database:
|
||||
host: localhost
|
||||
port: 3306
|
||||
user: root
|
||||
password: sun900120
|
||||
dbname: cloudnest_test
|
||||
|
||||
cache:
|
||||
host: localhost
|
||||
port: 6379
|
||||
db: 1
|
||||
|
||||
storage:
|
||||
endpoint: localhost:9000
|
||||
access_key_id: minioadmin
|
||||
secret_access_key: minioadmin
|
||||
bucket_name: cloudnest-test-files
|
||||
|
||||
jwt:
|
||||
secret: test-secret-key
|
||||
expires_in: 1
|
||||
Reference in New Issue
Block a user