{
  "name": "payment-service",
  "version": "2.9.5",
  "database": {
    "host": "db-3.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "qql0DXqLVZwBGr2BaohJ"
  },
  "jwt_secret": "483am47pfrKs1NgCqfmUVsqpBrLSvci1",
  "api_keys": {
    "stripe": "sk_live_rgYyqgp9wBdnIURwtQ87owEQ",
    "sendgrid": "SG.Q0zn71Rhn/9pN7D79WteQp",
    "twilio_sid": "AC032aa5904570a578248188d0edece0f8"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}