docs: 更新协议文档,删除废弃计划文档
- 更新 http-error-codes, user-points-chat-data-protocol - 更新 divination-run-protocol, profile-protocol - 删除废弃的后端和前端设计计划文档
This commit is contained in:
@@ -165,10 +165,12 @@ services:
|
||||
SUPABASE_ANON_KEY: ${ERYAO_SUPABASE__ANON_KEY}
|
||||
SUPABASE_SERVICE_KEY: ${ERYAO_SUPABASE__SERVICE_ROLE_KEY}
|
||||
AUTH_JWT_SECRET: ${ERYAO_SUPABASE__JWT_SECRET}
|
||||
EDGE_FUNCTIONS_MANAGEMENT_FOLDER: /tmp/functions
|
||||
EDGE_FUNCTIONS_MANAGEMENT_FOLDER: /var/lib/functions
|
||||
LOGFLARE_API_KEY: local-logflare-public-token
|
||||
LOGFLARE_URL: http://localhost:4000
|
||||
NEXT_PUBLIC_ENABLE_LOGS: "false"
|
||||
volumes:
|
||||
- studio-functions:/var/lib/functions
|
||||
|
||||
kong:
|
||||
container_name: supabase-kong
|
||||
@@ -215,3 +217,4 @@ services:
|
||||
volumes:
|
||||
db-config:
|
||||
storage-data:
|
||||
studio-functions:
|
||||
|
||||
Reference in New Issue
Block a user