{
  "name": "payment-service",
  "version": "2.3.5",
  "database": {
    "host": "db-2.internal.corp.io",
    "port": 5432,
    "username": "app_service",
    "password": "ibTWIpPkHaWPlXDQLUc1"
  },
  "jwt_secret": "/E4mud+eVdGe3y32vVSdF38i6cehJCCh",
  "api_keys": {
    "stripe": "sk_live_1uHDsAYwIRpvFQwalBpu5GsN",
    "sendgrid": "SG.Nm84vvLnfmLwgGIJp9GjKZ",
    "twilio_sid": "AC96c029ccf4add0531ff3c0fe3e24572e"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}