mirror of
https://github.com/lucasrcsantana/story-generator.git
synced 2025-12-17 05:47:52 +00:00
- Cria serviço audioService para upload e processamento - Implementa componente AudioUploader com feedback visual - Adiciona componente Button reutilizável - Integra processamento de áudio na página de histórias
23 lines
550 B
TOML
23 lines
550 B
TOML
project_id = "bsjlbnyslxzsdwxvkaap"
|
|
|
|
[auth]
|
|
enabled = true
|
|
site_url = "https://historiasmagicas.netlify.app"
|
|
additional_redirect_urls = ["https://historiasmagicas.netlify.app", "https://*.historiasmagicas.netlify.app"]
|
|
jwt_expiry = 3600
|
|
enable_refresh_token_rotation = true
|
|
refresh_token_reuse_interval = 10
|
|
|
|
[auth.mfa.totp]
|
|
enroll_enabled = true
|
|
verify_enabled = true
|
|
|
|
[auth.email]
|
|
enable_signup = true
|
|
double_confirm_changes = true
|
|
enable_confirmations = true
|
|
secure_password_change = false
|
|
max_frequency = "1m0s"
|
|
otp_length = 6
|
|
otp_expiry = 86400
|