Il sito funziona meglio con JavaScript.
Home
Esplora
Aiuto
Registrati
Accedi
OpenSource
/
dify
Segui
4
Vota
0
Forka
0
Codice
Problemi
0
Pull Requests
0
Rilasci
152
Wiki
Attività
Sfoglia il codice sorgente
fix: env SMTP_PORT is empty caused err when launching (
#5742
)
tags/0.6.12-fix1
takatost
1 anno fa
parent
d56cedfc67
commit
0b8faade6f
Nessun account collegato all'indirizzo email del committer
1 ha cambiato i file
con
1 aggiunte
e
1 eliminazioni
Visualizzazione separata
Mostra Diff Stats
1
1
docker/.env.example
+ 1
- 1
docker/.env.example
Vedi File
@@ -405,7 +405,7 @@ RESEND_API_KEY=your-resend-api-key
# SMTP server configuration, used when MAIL_TYPE is `smtp`
SMTP_SERVER=
SMTP_PORT=
SMTP_PORT=
465
SMTP_USERNAME=
SMTP_PASSWORD=
SMTP_USE_TLS=true
Write
Preview
Loading…
Annulla
Salva