Add APP URL env variable to frontend project
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user