Diagnóstico y fix SQL Server: SERVERNAME, TDS_Version, Puerto explicitos

This commit is contained in:
desoladorxx
2026-07-22 16:11:54 -05:00
commit cd18c4ca5e
48 changed files with 8389 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
[Unit]
Description=Dashboard Leads Backend Service (FastAPI)
After=network.target
[Service]
User=ubuntu
WorkingDirectory=/var/www/dashboard-leads/backend
ExecStart=/var/www/dashboard-leads/backend/venv/bin/uvicorn main:app --host 127.0.0.1 --port 8001 --workers 2
Restart=always
RestartSec=5
EnvironmentFile=/var/www/dashboard-leads/backend/.env
[Install]
WantedBy=multi-user.target