update the domains
This commit is contained in:
+6
-5
@@ -4,12 +4,13 @@ API_PORT=4000
|
||||
API_URL=http://localhost:4000
|
||||
API_INTERNAL_URL=http://api:4000/api/v1
|
||||
NEXT_PUBLIC_API_URL=http://localhost:4000/api/v1
|
||||
NEXT_PUBLIC_MARKETING_URL=http://localhost:3000
|
||||
NEXT_PUBLIC_MARKETPLACE_URL=http://localhost:3000/explore
|
||||
NEXT_PUBLIC_DASHBOARD_URL=http://localhost:3001
|
||||
NEXT_PUBLIC_ADMIN_URL=http://localhost:3002
|
||||
NEXT_PUBLIC_MARKETING_URL=http://localhost:3003
|
||||
NEXT_PUBLIC_MARKETPLACE_URL=http://localhost:3000/marketplace
|
||||
NEXT_PUBLIC_DASHBOARD_URL=http://localhost:3001/dashboard
|
||||
NEXT_PUBLIC_ADMIN_URL=http://localhost:3002/admin
|
||||
NEXT_PUBLIC_PUBLIC_SITE_DOMAIN=localhost:3003
|
||||
DASHBOARD_URL=http://localhost:3001
|
||||
DASHBOARD_URL=http://localhost:3001/dashboard
|
||||
ADMIN_URL=http://localhost:3002/admin
|
||||
JWT_SECRET=dev-secret
|
||||
JWT_EXPIRY=8h
|
||||
RENTER_JWT_EXPIRY=7d
|
||||
|
||||
Reference in New Issue
Block a user