{
  "name": "payment-service",
  "version": "2.5.0",
  "database": {
    "host": "db-3.internal.corp.io",
    "port": 5432,
    "username": "app_service",
    "password": "2gR7kmrknMos7vkIyiKr"
  },
  "jwt_secret": "hMNfc2OfjGsHRSx6YcOTImSaAlcz/snM",
  "api_keys": {
    "stripe": "sk_live_fT7BxEFRFJxowr6zzxvvSTML",
    "sendgrid": "SG.hlGzeLSlU6xC3UI4zIaAy8",
    "twilio_sid": "AC55444f76fd2d1e1af8fc5355fe81c550"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@acme-corp.com"
  ]
}