🚀 Initial commit: Versão atual do TrackSteel APP
This commit is contained in:
40
supabase/config.toml
Normal file
40
supabase/config.toml
Normal file
@@ -0,0 +1,40 @@
|
||||
|
||||
project_id = "lwjppiicofojfcdfjsto"
|
||||
|
||||
[api]
|
||||
enabled = true
|
||||
port = 54321
|
||||
schemas = ["public", "storage", "graphql_public"]
|
||||
extra_search_path = ["public", "extensions"]
|
||||
max_rows = 1000
|
||||
|
||||
[db]
|
||||
port = 54322
|
||||
shadow_port = 54320
|
||||
major_version = 15
|
||||
|
||||
[studio]
|
||||
enabled = true
|
||||
port = 54323
|
||||
|
||||
[inbucket]
|
||||
enabled = true
|
||||
port = 54324
|
||||
|
||||
[storage]
|
||||
enabled = true
|
||||
file_size_limit = "50MiB"
|
||||
|
||||
[auth]
|
||||
enabled = true
|
||||
site_url = "http://localhost:3000"
|
||||
additional_redirect_urls = ["https://lwjppiicofojfcdfjsto.supabase.co"]
|
||||
jwt_expiry = 3600
|
||||
|
||||
[auth.email]
|
||||
enable_signup = true
|
||||
double_confirm_changes = true
|
||||
enable_confirmations = false
|
||||
|
||||
[functions.cleanup-duplicates]
|
||||
verify_jwt = false
|
||||
Reference in New Issue
Block a user