consumer模块完成度85%,测试连接supabase
This commit is contained in:
@@ -41,7 +41,7 @@ docker-compose logs auth | grep -i error
|
||||
|
||||
### 4. 验证配置是否生效
|
||||
|
||||
在 Supabase Dashboard (http://192.168.1.63:3000) 的 SQL Editor 中执行:
|
||||
在 Supabase Dashboard (http://192.168.1.61:3000) 的 SQL Editor 中执行:
|
||||
|
||||
```sql
|
||||
-- 检查当前配置(需要访问 GoTrue 配置)
|
||||
@@ -59,7 +59,7 @@ docker-compose logs auth | grep -i error
|
||||
确认 `ak/config.uts` 中的配置正确:
|
||||
|
||||
```typescript
|
||||
export const SUPA_URL: string = 'http://192.168.1.63:8000'
|
||||
export const SUPA_URL: string = 'http://192.168.1.61:8000'
|
||||
export const SUPA_KEY: string = 'eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9...'
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user