mirror of
https://github.com/lucasrcsantana/story-generator.git
synced 2025-12-17 13:57:51 +00:00
32 lines
646 B
TOML
32 lines
646 B
TOML
project_id = "bsjlbnyslxzsdwxvkaap"
|
|
|
|
[auth]
|
|
enabled = true
|
|
site_url = "https://leiturama.ai"
|
|
additional_redirect_urls = ["https://leiturama.ai/*", "http://localhost:5173/*", "http://localhost:3000/*"]
|
|
jwt_expiry = 3600
|
|
|
|
[auth.email]
|
|
enable_signup = true
|
|
double_confirm_changes = true
|
|
enable_confirmations = true
|
|
|
|
[auth.external.google]
|
|
enabled = true
|
|
client_id = "your-client-id"
|
|
secret = "your-client-secret"
|
|
redirect_uri = "https://leiturama.ai/auth/callback"
|
|
|
|
[api]
|
|
enabled = true
|
|
port = 54321
|
|
schemas = ["public", "storage", "auth"]
|
|
|
|
[storage]
|
|
enabled = true
|
|
file_size_limit = "50MB"
|
|
|
|
[functions]
|
|
[functions.generate-story]
|
|
verify_jwt = true
|