mirror of
https://github.com/lemeow125/DRF_Template.git
synced 2025-09-18 05:29:37 +08:00
Implement tests
This commit is contained in:
parent
7b1d9d2b4c
commit
0baf619ace
19 changed files with 432 additions and 48 deletions
|
@ -24,7 +24,7 @@ BACKEND_SMTP_HOST="inbucket"
|
|||
BACKEND_SMTP_PORT="587"
|
||||
BACKEND_SMTP_USE_TLS="False"
|
||||
BACKEND_SMTP_AUTH_USERNAME="inbucket"
|
||||
BACKEND_SMTP_AUTH_PASSWORD="inbucket"
|
||||
BACKEND_SMTP_AUTH_PASSWORD="REPLACE-ME"
|
||||
BACKEND_SMTP_FROM_ADDRESS="admin@test.com"
|
||||
|
||||
# docker-compose.yml
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue