{
  "name": "auth-service",
  "version": "2.5.22",
  "database": {
    "host": "db-2.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "I14znWiztFJ47VT4h3Ch"
  },
  "jwt_secret": "8dM/qyYtx/XHjB4pU8PSdWN6ryTjWQRB",
  "api_keys": {
    "stripe": "sk_live_uOyEHcfoa10FKY7gf7mVITNJ",
    "sendgrid": "SG.+av1g2IbbjMYXMjt74Caoi",
    "twilio_sid": "ACe85957a77f12c403292c0822cb678ad9"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}