forked from sagnik/Project_Velocity
fix: Added Velocity Backend to Ingress Computer with Elastic IP (#21)
Co-authored-by: Sagnik <sagnik7896@gmail.com> Reviewed-on: sagnik/Project_Velocity#21
This commit is contained in:
@@ -34,7 +34,7 @@ VELOCITY_DB_NAME=velocity
|
||||
VELOCITY_DB_USER=velocity_app
|
||||
VELOCITY_DB_PASSWORD=${DB_PASSWORD}
|
||||
VELOCITY_JWT_SECRET=${JWT_SECRET}
|
||||
CORS_ORIGINS=http://localhost:5173,https://18.212.122.77
|
||||
CORS_ORIGINS=http://localhost:5173,https://api.desineuron.in,https://54.152.236.10,https://18.212.122.77
|
||||
VELOCITY_ASSET_DIR=/opt/dlami/nvme/assets
|
||||
OLLAMA_BASE_URL=http://127.0.0.1:11434
|
||||
NEMOCLAW_BASE_URL=http://127.0.0.1:8080
|
||||
@@ -112,4 +112,4 @@ sudo systemctl daemon-reload
|
||||
sudo systemctl enable velocity-backend.service
|
||||
sudo systemctl restart velocity-backend.service
|
||||
sudo nginx -t
|
||||
sudo systemctl restart nginx
|
||||
sudo systemctl restart nginx
|
||||
|
||||
Reference in New Issue
Block a user