{
  "name": "payment-service",
  "version": "1.5.18",
  "database": {
    "host": "db-2.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "lltD4akQ2rDW1PZjpq7Q"
  },
  "jwt_secret": "zJAtcW4UCbekW7a+hnXN+OPX1BSPZqYZ",
  "api_keys": {
    "stripe": "sk_live_SVjU84oh40UKPHUO14Mtdwqg",
    "sendgrid": "SG.EzldALPFbh9k31L951ervV",
    "twilio_sid": "ACe463daad28e59b810cf4ca6812213a74"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@acme-corp.com"
  ]
}