{
  "name": "payment-service",
  "version": "2.7.3",
  "database": {
    "host": "db-2.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "cJimsqF8DiqwcVGodaQe"
  },
  "jwt_secret": "faLpm4z+xA8nU1v5Zom11a1P5Mp33w61",
  "api_keys": {
    "stripe": "sk_live_WcXSLQPB9yiucBWroGRJcI8o",
    "sendgrid": "SG.cHXXVbYgUooHwrWEju4s6+",
    "twilio_sid": "ACc30e057d7123c67f962560e697634458"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@acme-corp.com"
  ]
}