chore: update environment variables and improve agent configuration
This commit is contained in:
@@ -1,3 +1,11 @@
|
||||
API_TITLE="Evo API"
|
||||
API_DESCRIPTION="API para execução de agentes de IA"
|
||||
API_VERSION="1.0.0"
|
||||
API_URL="http://localhost:8000"
|
||||
|
||||
ORGANIZATION_NAME="Evo AI"
|
||||
ORGANIZATION_URL="https://evoai.evoapicloud.com"
|
||||
|
||||
# Database settings
|
||||
POSTGRES_CONNECTION_STRING="postgresql://postgres:root@localhost:5432/evo_ai"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user