🔨」 fix: wtf

This commit is contained in:
2025-10-24 12:25:05 +02:00
parent e8177cc8d9
commit 6c1a39b1c1
3 changed files with 8 additions and 7 deletions

View File

@ -26,9 +26,10 @@ 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>
CORS_ORIGIN=<the url of origin for cors>
USER_URL=<the internal url to the user api>
AUTH_URL=<the internal url to the auth api>
SCORE_URL=<the internal url to the score store api>
CORS_ORIGIN=<the external url of origin for cors>
VITE_USER_API=<the external url of the user api>
VITE_AUTH_API=<the external url of the auth api>