chore: 更新 iOS 配置文件和 Supabase 基础设施配置

This commit is contained in:
zl-q
2026-03-29 17:35:27 +08:00
parent ae29a8209b
commit 33340de8f9
4 changed files with 10 additions and 4 deletions
+2 -2
View File
@@ -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: []