chore: update environment variables and improve agent configuration

This commit is contained in:
Davidson Gomes
2025-04-29 19:29:48 -03:00
parent 0a27670de5
commit 13a6247780
16 changed files with 520 additions and 131 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ alembic-downgrade:
# Command to run the server
run:
uvicorn src.main:app --reload --host 0.0.0.0 --port 8000 --reload-dir src
uvicorn src.main:app --host 0.0.0.0 --port 8000 --reload --env-file .env
# Command to run the server in production mode
run-prod: