re-added dev1 IP as prod IP in env

This commit is contained in:
Josh 2025-07-17 12:58:00 +00:00
parent d113dff19c
commit 2c71bc6c1b

View File

@ -34,7 +34,7 @@ TWILIO_MESSAGING_SERVICE_SID=MGMGaa07992a9231c841b1bfb879649026d6
JWT_SECRET=gW4QsOu4AJA4MooIUC9ld2i71VbBovzV1INsaU6ftxYPrxLIeMq6/OY61j0X2RV7
# ------------ env/prod.env ------------
CORS_ALLOWED_ORIGINS=https://aptivaai.com,http://<PROD_VM_IP>:3000,http://localhost:3000
CORS_ALLOWED_ORIGINS=https://aptivaai.com,http://34.16.120.118:3000,http://localhost:3000
SERVER1_PORT=5000
SERVER2_PORT=5001
SERVER3_PORT=5002