首次提交

This commit is contained in:
2025-10-30 12:19:31 +08:00
commit 054cd6cf34
48 changed files with 1155 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
# https://goframe.org/docs/web/server-config-file-template
server:
address: ":8000"
openapiPath: "/api.json"
swaggerPath: "/swagger"
# https://goframe.org/docs/core/glog-config
logger:
level : "all"
stdout: true
# https://goframe.org/docs/core/gdb-config-file
database:
default:
link: "mysql:root:12345678@tcp(127.0.0.1:3306)/test"

View File

@@ -0,0 +1,10 @@
s3:
type: "default"
default:
provider: "minio"
accessKey: "p6AuTRDWShet6ywGxzsU"
secretKey: "YPOHpSTUqFi4oZX44WsWFGvncx8iI4nc3GPzNcBf"
address: "ay.cname.com:9000"
ssl: false
url: "http://ay.cname.com:9000/cdn.yoyaworld.com/"
bucketName: "cdn.yoyaworld.com"