Add APP URL env variable to frontend project

This commit is contained in:
2025-03-16 10:58:15 +01:00
parent 52476151a4
commit 4d1bf86d19
4 changed files with 7 additions and 0 deletions

View File

@@ -22,4 +22,5 @@ FIRST_SUPERUSER_PASSWORD=Admin123
# Frontend settings
FRONTEND_PORT=3000
NEXT_PUBLIC_API_URL=http://localhost:8000
NEXT_PUBLIC_APP_URL=http://localhost:3000
NODE_ENV=development