This commit is contained in:
2025-01-29 08:13:07 -05:00
parent 8b95c9356d
commit a87598021e
17 changed files with 573 additions and 145 deletions

10
.env
View File

@@ -11,12 +11,12 @@ DATABASE_URL="postgresql://postgres:cul8rman@portainer.dev.gofwd.group:5433/ball
# DATABASE_URL='postgresql://postgres:cul8rman@r710.gofwd.group:5433/luciatest'
NEXT_PUBLIC_APP_URL='http://localhost:3000'
MOCK_SEND_EMAIL=true
MOCK_SEND_EMAIL=false
SMTP_HOST='smtp.example-host.com'
SMTP_PORT=25
SMTP_USER='smtp_example_username'
SMTP_PASSWORD='smtp_example_password'
SMTP_HOST='smtp-relay.brevo.com'
SMTP_PORT=587
SMTP_USER='79f6e8001@smtp-brevo.com'
SMTP_PASSWORD='RWg5dz6x1kVAtEnS'
DISCORD_CLIENT_ID='discord_client_id'
DISCORD_CLIENT_SECRET='discord_client_secret'