# For detailed configuration reference documentation, visit: # https://supabase.com/docs/guides/local-development/cli/config # A string used to distinguish different Supabase projects on the same host. Defaults to the # working directory name when running `supabase init`. project_id = "test" [api] enabled = false [db] # Port to use for the local database URL. port = 54322 # Port used by db diff command to initialize the shadow database. shadow_port = 54320 # The database major version to use. This has to be the same as your remote database's. Run `SHOW # server_version;` on the remote database to check. major_version = 15 [db.pooler] enabled = false [db.migrations] # Specifies an ordered list of schema files that describe your database. # Supports glob patterns relative to supabase directory: "./schemas/*.sql" schema_paths = [] [db.seed] # If enabled, seeds the database after migrations during a db reset. enabled = false # Specifies an ordered list of seed files to load during db reset. # Supports glob patterns relative to supabase directory: "./seeds/*.sql" sql_paths = ["./seed.sql"] [realtime] enabled = false [studio] enabled = false [inbucket] enabled = false [storage] enabled = false [auth] enabled = false [edge_runtime] enabled = false [analytics] enabled = false [experimental] # Configures Postgres storage engine to use OrioleDB (S3) orioledb_version = ""