You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

36 lines
783 B

Name: base-api
Host: 0.0.0.0
Port: 8888
MaxBytes: 104857600
# MySQL 数据库配置
MySQL:
DSN: root:dev123456@tcp(219.159.132.177:17173)/base?charset=utf8mb4&parseTime=true&loc=Local
# Casdoor SSO 配置
Casdoor:
Endpoint: https://cas.gxxhygroup.com
ClientId: 17f4d884b28dcc2faef2
ClientSecret: 603a342f8cef02e7110229b2488fc301e136f571
Organization: XhyGroup
Application: xhy-base
RedirectUrl: http://localhost:8888/api/v1/auth/sso/callback
FrontendUrl: http://localhost:5173
# 文件存储配置
Storage:
Type: "local"
MaxSize: 104857600
Local:
RootDir: "./uploads"
OSS:
Endpoint: ""
AccessKeyId: ""
AccessKeySecret: ""
Bucket: ""
MinIO:
Endpoint: ""
AccessKeyId: ""
AccessKeySecret: ""
Bucket: ""
UseSSL: false