forked from wangziqi/gongxue-base
feat: add taro h5 runtime deployment config
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"portal": "platform-admin",
|
||||
"apiBaseUrl": "https://api.gongxue100.com",
|
||||
"supabaseUrl": "https://auth.gongxue100.com",
|
||||
"supabasePublishableKey": "replace-with-supabase-publishable-key",
|
||||
"tenantCode": ""
|
||||
}
|
||||
7
apps/taro/deploy/h5-student.runtime-config.example.json
Normal file
7
apps/taro/deploy/h5-student.runtime-config.example.json
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"portal": "student",
|
||||
"apiBaseUrl": "https://api.gongxue100.com",
|
||||
"supabaseUrl": "https://auth.gongxue100.com",
|
||||
"supabasePublishableKey": "replace-with-supabase-publishable-key",
|
||||
"tenantCode": ""
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"portal": "tenant-admin",
|
||||
"apiBaseUrl": "https://api.gongxue100.com",
|
||||
"supabaseUrl": "https://auth.gongxue100.com",
|
||||
"supabasePublishableKey": "replace-with-supabase-publishable-key",
|
||||
"tenantCode": ""
|
||||
}
|
||||
Reference in New Issue
Block a user