feat: add taro h5 runtime deployment config

This commit is contained in:
Codex
2026-06-30 01:19:14 +08:00
parent b8242429bb
commit 25d1b8e796
16 changed files with 370 additions and 78 deletions

View File

@@ -0,0 +1,7 @@
{
"portal": "platform-admin",
"apiBaseUrl": "https://api.gongxue100.com",
"supabaseUrl": "https://auth.gongxue100.com",
"supabasePublishableKey": "replace-with-supabase-publishable-key",
"tenantCode": ""
}

View File

@@ -0,0 +1,7 @@
{
"portal": "student",
"apiBaseUrl": "https://api.gongxue100.com",
"supabaseUrl": "https://auth.gongxue100.com",
"supabasePublishableKey": "replace-with-supabase-publishable-key",
"tenantCode": ""
}

View File

@@ -0,0 +1,7 @@
{
"portal": "tenant-admin",
"apiBaseUrl": "https://api.gongxue100.com",
"supabaseUrl": "https://auth.gongxue100.com",
"supabasePublishableKey": "replace-with-supabase-publishable-key",
"tenantCode": ""
}