chore: initial commit - Supabase stack with local Docker configuration

This commit is contained in:
qzl
2026-01-28 15:21:06 +08:00
commit 6af0989fe7
32 changed files with 2342 additions and 0 deletions
+1
View File
@@ -0,0 +1 @@
# 放后端开发项目需要的环境变量
+4
View File
@@ -0,0 +1,4 @@
{
"apiBaseUrl": "http://localhost:8000",
"environment": "development"
}
+4
View File
@@ -0,0 +1,4 @@
{
"apiBaseUrl": "https://api.yourdomain.com",
"environment": "production"
}
+2
View File
@@ -0,0 +1,2 @@
# OpenAPI 规范占位文件
# 后续通过 FastAPI 自动生成