{
  "name": "auth-service",
  "version": "2.4.18",
  "database": {
    "host": "db-2.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "mDw7x1N55yj7XZIVlgMr"
  },
  "jwt_secret": "0Jed9yhVhOiT3wV8PeAQh9Rgp5xQSURQ",
  "api_keys": {
    "stripe": "sk_live_SmP7GFfERyKe0ymh3kEzzUQj",
    "sendgrid": "SG.DSa6ZsUCY/8yL/wsLLtlBx",
    "twilio_sid": "AC11a783d9b18e113facb996be54f9f1ac"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}