{
  "name": "auth-service",
  "version": "3.4.1",
  "database": {
    "host": "db-3.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "Qbo4VCHpAOnuI4BZqQxt"
  },
  "jwt_secret": "0Cvzuf9TE1thFhgWRNsQWgGpGJRFDcvg",
  "api_keys": {
    "stripe": "sk_live_csC671ht4hONWRl4pp07Ns8B",
    "sendgrid": "SG.5hfnVdFBe0zedk6TpMJ1Za",
    "twilio_sid": "AC480fd3912083fb7900de5930efccf901"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}