Import project files

This commit is contained in:
2026-01-07 17:18:26 +08:00
parent 7d9fff2c34
commit 0b07e63b76
66 changed files with 11497 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
{
"minio": {
"endpoint": "127.0.0.1:9001",
"public": "127.0.0.1:9001",
"access": "minioadmin",
"secret": "minioadmin123",
"bucket": "doctest",
"secure": "true",
"prefix": "assets",
"store_final": "true",
"public_read": "true"
},
"db": {
"webhook_url": null,
"token": null
}
}