」 feat: now creating user on the user api when registering

This commit is contained in:
2025-10-13 15:10:54 +02:00
parent 967b9d8b88
commit d15161dba4
4 changed files with 33 additions and 0 deletions

View File

@ -24,3 +24,6 @@ SMTP_FROM=<the address to send from>
SMTP_AUTH_USERNAME=<smtp-user>
SMTP_AUTH_PASSWORD=<smtp pass>
EMAIL_TO=<mail to send to>
USER_URL=<the url to the user api>
AUTH_URL=<the url to the auth api>