terraform.tfvars.example 279 B

123456789
  1. aws_region = "ap-northeast-1"
  2. smtp_host = "smtp.example.com"
  3. smtp_port = 587
  4. smtp_user = "user@example.com"
  5. smtp_pass = "your-smtp-password"
  6. smtp_from = "noreply@example.com"
  7. llm_api_url = "https://api.openai.com/v1"
  8. llm_api_key = "sk-xxx"
  9. llm_model = "gpt-4o-mini"