Add dev stacks
This commit is contained in:
14
stacks/mllogwatcher/.env.example
Normal file
14
stacks/mllogwatcher/.env.example
Normal file
@@ -0,0 +1,14 @@
|
||||
OPENROUTER_API_KEY=
|
||||
OPENROUTER_MODEL=openai/gpt-5.2-codex-max
|
||||
TRIAGE_ENABLE_COMMANDS=1
|
||||
TRIAGE_COMMAND_RUNNER=local
|
||||
TRIAGE_VERBOSE_LOGS=1
|
||||
TRIAGE_EMAIL_ENABLED=1
|
||||
TRIAGE_EMAIL_FROM=alertai@example.com
|
||||
TRIAGE_EMAIL_TO=admin@example.com
|
||||
TRIAGE_SMTP_HOST=smtp.example.com
|
||||
TRIAGE_SMTP_PORT=465
|
||||
TRIAGE_SMTP_USER=alertai@example.com
|
||||
TRIAGE_SMTP_PASSWORD=
|
||||
TRIAGE_SMTP_SSL=1
|
||||
TRIAGE_SMTP_STARTTLS=0
|
||||
Reference in New Issue
Block a user