This commit is contained in:
parent
43b441fd12
commit
b600d38ddd
|
|
@ -115,3 +115,6 @@ port = 54327
|
||||||
vector_port = 54328
|
vector_port = 54328
|
||||||
# Configure one of the supported backends: `postgres`, `bigquery`
|
# Configure one of the supported backends: `postgres`, `bigquery`
|
||||||
backend = "postgres"
|
backend = "postgres"
|
||||||
|
|
||||||
|
[seed]
|
||||||
|
file = "supabase/seed.sql"
|
||||||
Loading…
Reference in New Issue