mirror of
https://gitea.gofwd.group/Forward_Group/ballistic-builder-spring.git
synced 2026-01-21 01:01:05 -05:00
new stuff to flag off beta magic links until were ready for a email blast.
This commit is contained in:
@@ -34,7 +34,6 @@ spring.mail.properties.mail.smtp.starttls.enable=true
|
||||
spring.mail.properties.mail.smtp.starttls.required=true
|
||||
|
||||
#Database settings
|
||||
|
||||
spring.datasource.hikari.max-lifetime=600000
|
||||
|
||||
minio.endpoint=https://minioapi.dev.gofwd.group
|
||||
@@ -55,8 +54,17 @@ app.authTokenPepper=9f2f3785b59eb04b49ce08b6faffc9d01a03851018f783229e829ec0d9d0
|
||||
# Magic Token Duration
|
||||
security.jwt.access-token-days=30
|
||||
|
||||
# Beta Invite Email Toggle
|
||||
app.beta.captureOnly=true
|
||||
app.email.outbound-enabled=false
|
||||
|
||||
# CLI invite runner (off by default)
|
||||
app.beta.invite.run=false
|
||||
app.beta.invite.limit=0 # 0 = no limit
|
||||
app.beta.invite.dryRun=true # true = generate + log, but do NOT send emails
|
||||
app.beta.invite.tokenMinutes=30
|
||||
|
||||
# Ai Enrichment Settings
|
||||
ai.minConfidence=0.75
|
||||
|
||||
ai.openai.apiKey=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
|
||||
ai.openai.model=gpt-4.1-mini
|
||||
ai.openai.model=gpt-4.1-mini
|
||||
|
||||
Reference in New Issue
Block a user