Update prompt #11
@@ -27,4 +27,4 @@ COPY config.yaml ./
|
|||||||
|
|
||||||
ENV PATH="/app/.venv/bin:$PATH"
|
ENV PATH="/app/.venv/bin:$PATH"
|
||||||
|
|
||||||
CMD ["uvicorn", "va_agent.server:app", "--host", "0.0.0.0"]
|
CMD ["uvicorn", "va_agent.server:app", "--host", "0.0.0.0", "--port", "8080"]
|
||||||
@@ -32,6 +32,7 @@ class AgentSettings(BaseSettings):
|
|||||||
model_config = SettingsConfigDict(
|
model_config = SettingsConfigDict(
|
||||||
yaml_file=CONFIG_FILE_PATH,
|
yaml_file=CONFIG_FILE_PATH,
|
||||||
extra="ignore", # Ignore extra fields from config.yaml
|
extra="ignore", # Ignore extra fields from config.yaml
|
||||||
|
env_file=".env"
|
||||||
)
|
)
|
||||||
|
|
||||||
@classmethod
|
@classmethod
|
||||||
|
|||||||
Reference in New Issue
Block a user