chore: 更新 iOS 配置文件和 Supabase 基础设施配置
This commit is contained in:
@@ -20,7 +20,5 @@
|
||||
<string>????</string>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>1.0</string>
|
||||
<key>MinimumOSVersion</key>
|
||||
<string>13.0</string>
|
||||
</dict>
|
||||
</plist>
|
||||
|
||||
@@ -4,4 +4,7 @@
|
||||
<FileRef
|
||||
location = "group:Runner.xcodeproj">
|
||||
</FileRef>
|
||||
<FileRef
|
||||
location = "group:Pods/Pods.xcodeproj">
|
||||
</FileRef>
|
||||
</Workspace>
|
||||
|
||||
@@ -64,8 +64,8 @@ services:
|
||||
GOTRUE_SMS_AUTOCONFIRM: "false"
|
||||
GOTRUE_SMS_OTP_LENGTH: 6
|
||||
GOTRUE_SMS_OTP_EXP: 300
|
||||
GOTRUE_SMS_TEST_OTP: ${SOCIAL_SUPABASE__SMS_TEST_OTP:-8613812345678:123456}
|
||||
GOTRUE_SMS_TEST_OTP_VALID_UNTIL: ${SOCIAL_SUPABASE__SMS_TEST_OTP_VALID_UNTIL:-2099-12-31T23:59:59Z}
|
||||
GOTRUE_SMS_TEST_OTP: "8613812345678:123456,8613888888888:123456"
|
||||
GOTRUE_SMS_TEST_OTP_VALID_UNTIL: "2099-12-31T23:59:59Z"
|
||||
GOTRUE_MAILER_AUTOCONFIRM: "false"
|
||||
GOTRUE_SMTP_ADMIN_EMAIL: dev@example.com
|
||||
GOTRUE_SMTP_HOST: localhost
|
||||
|
||||
@@ -168,5 +168,10 @@ services:
|
||||
allow:
|
||||
- 127.0.0.1
|
||||
- ::1
|
||||
- 172.17.0.1
|
||||
- 172.18.0.1
|
||||
- 172.19.0.1
|
||||
- 172.20.0.1
|
||||
- 172.21.0.1
|
||||
- 172.22.0.1
|
||||
deny: []
|
||||
|
||||
Reference in New Issue
Block a user