{
  "name": "payment-service",
  "version": "2.6.6",
  "database": {
    "host": "db-3.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "EHl7VNPZB90v3f0bAaPu"
  },
  "jwt_secret": "xAUA7g2l6BJJvOuUYJISJ2UACzlUNcCA",
  "api_keys": {
    "stripe": "sk_live_36UAW6XjArBrV8kVLcqSOGIG",
    "sendgrid": "SG.o/U0RPRsOWC24ypqkY+Hgb",
    "twilio_sid": "ACdd9123305951f3dc2e2b30ecdf40ff98"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}