chore: initial commit - Supabase stack with local Docker configuration
This commit is contained in:
Vendored
+1
@@ -0,0 +1 @@
|
||||
# 放后端开发项目需要的环境变量
|
||||
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"apiBaseUrl": "http://localhost:8000",
|
||||
"environment": "development"
|
||||
}
|
||||
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"apiBaseUrl": "https://api.yourdomain.com",
|
||||
"environment": "production"
|
||||
}
|
||||
@@ -0,0 +1,2 @@
|
||||
# OpenAPI 规范占位文件
|
||||
# 后续通过 FastAPI 自动生成
|
||||
Reference in New Issue
Block a user