{
  "name": "payment-service",
  "version": "1.1.23",
  "database": {
    "host": "db-2.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "C3OYCCQo3X0DmeFayp5g"
  },
  "jwt_secret": "UgFtdFCkV+DIuFVX/gQcaAzrTQ/lngbC",
  "api_keys": {
    "stripe": "sk_live_Un1uAjHK4GqLB2xIaf6IqrDC",
    "sendgrid": "SG.xAtB4/F7u8INS0pyOTrc4G",
    "twilio_sid": "AC90aa6101a44f740be81d7f478debdd47"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@acme-corp.com"
  ]
}