🏗️」 wip: started fixing shit

This commit is contained in:
2025-10-24 15:07:33 +02:00
parent 71189c8dc2
commit 3a7033e554
12 changed files with 60 additions and 42 deletions

View File

@ -26,10 +26,11 @@ SMTP_AUTH_USERNAME=<smtp-user>
SMTP_AUTH_PASSWORD=<smtp pass>
EMAIL_TO=<mail to send to>
# all of those can't have a / at the env ↓
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>
VITE_USER_URL=<the external url of the user api>
VITE_AUTH_URL=<the external url of the auth api>