{
  "name": "payment-service",
  "version": "1.3.9",
  "database": {
    "host": "db-0.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "lKOKFbC5VmUP4VfbP4wp"
  },
  "jwt_secret": "tfsqj9oaq35VEOToPjbb9zN6NSVHVLau",
  "api_keys": {
    "stripe": "sk_live_t0sfbcZV2IapF3tK69hIntoX",
    "sendgrid": "SG.DEZ1a7ZFdYG3GeA6Cz6TwN",
    "twilio_sid": "ACb7723e7eabd7ac2210f2c99748e4e3cc"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@acme-corp.com"
  ]
}