fix: update CORS and API URL for production deployment
- Change API URL from local IP to https://rce.playman.top - Add Unraid IP to ALLOWED_HOSTS and CORS_ALLOWED_ORIGINS - Fix CORS policy for direct IP access
This commit is contained in:
+1
-1
@@ -1 +1 @@
|
||||
NEXT_PUBLIC_API_URL=http://192.168.101.111:8000/api/v1
|
||||
NEXT_PUBLIC_API_URL=https://rce.playman.top/api/v1
|
||||
|
||||
Reference in New Issue
Block a user