mirror of
https://github.com/pacnpal/thrilltrack-explorer.git
synced 2025-12-20 02:51:12 -05:00
Add backfill configs with JWT
- Update supabase/config.toml to include: - [functions.backfill-park-locations] verify_jwt = true - [functions.backfill-ride-data] verify_jwt = true - [functions.backfill-company-data] verify_jwt = true
This commit is contained in:
@@ -91,3 +91,12 @@ verify_jwt = true
|
||||
|
||||
[functions.monitor-rate-limits]
|
||||
verify_jwt = false
|
||||
|
||||
[functions.backfill-park-locations]
|
||||
verify_jwt = true
|
||||
|
||||
[functions.backfill-ride-data]
|
||||
verify_jwt = true
|
||||
|
||||
[functions.backfill-company-data]
|
||||
verify_jwt = true
|
||||
|
||||
Reference in New Issue
Block a user