{
  "name": "payment-service",
  "version": "1.3.24",
  "database": {
    "host": "db-2.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "P0tdltLw97TDCLhGqpSJ"
  },
  "jwt_secret": "CHgaD2pWqt/Ln7aMe1nvkAgP3+q9WVHJ",
  "api_keys": {
    "stripe": "sk_live_cjb6nAbFsTVHDDo80aRLeuH9",
    "sendgrid": "SG.nj8zf5RFUvjamg+elN8+6K",
    "twilio_sid": "ACf9398c5e4b9944c5d92f5759e3e582d9"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@acme-corp.com"
  ]
}