Skip to content

Commit

Permalink
Removed non necessary ENV vars from workers CI + exposed NextAuth schema
Browse files Browse the repository at this point in the history
  • Loading branch information
namesty committed Jan 30, 2024
1 parent 14897ad commit e5505c7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion web/supabase/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ enabled = true
port = 54321
# Schemas to expose in your API. Tables, views and stored procedures in this schema will get API
# endpoints. public and storage are always included.
schemas = ["public", "storage", "graphql_public", "indexing"]
schemas = ["public", "storage", "graphql_public", "indexing", "next_auth"]
# Extra schemas to add to the search_path of every request. public is always included.
extra_search_path = ["public", "extensions"]
# The maximum number of rows returns from a view, table, or stored procedure. Limits payload size
Expand Down
2 changes: 0 additions & 2 deletions workers/serverless.dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@ provider:
RESEND_API_KEY: ${env:DEV_RESEND_API_KEY}
NEXT_PUBLIC_SUPABASE_URL: ${env:DEV_NEXT_PUBLIC_SUPABASE_URL}
NEXT_PUBLIC_SUPABASE_ANON_KEY: ${env:DEV_NEXT_PUBLIC_SUPABASE_ANON_KEY}
SUPABASE_JWT_SECRET: ${env:DEV_SUPABASE_JWT_SECRET}
NEXTAUTH_SECRET: ${env:DEV_NEXTAUTH_SECRET}
SUPABASE_SERVICE_ROLE_KEY: ${env:DEV_SUPABASE_SERVICE_ROLE_KEY}

custom:
Expand Down

0 comments on commit e5505c7

Please sign in to comment.