Skip to content

Commit 08a45f4

Browse files
fix: invalid example toml file (supabase#30718)
Co-authored-by: Han Qiao <[email protected]>
1 parent 83e2080 commit 08a45f4

File tree

1 file changed

+2
-2
lines changed
  • examples/user-management/nextjs-user-management/supabase

1 file changed

+2
-2
lines changed

examples/user-management/nextjs-user-management/supabase/config.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ project_id = "nextjs-user-management"
77
port = 54321
88
# Schemas to expose in your API. Tables, views and stored procedures in this schema will get API
99
# endpoints. public and storage are always included.
10-
schemas = []
10+
schemas = ["public", "graphql_public"]
1111
# Extra schemas to add to the search_path of every request.
12-
extra_search_path = ["extensions"]
12+
extra_search_path = ["public", "extensions"]
1313
# The maximum number of rows returns from a view, table, or stored procedure. Limits payload size
1414
# for accidental or malicious requests.
1515
max_rows = 1000

0 commit comments

Comments
 (0)