{
  "name": "payment-service",
  "version": "2.3.6",
  "database": {
    "host": "db-2.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "xJmI5eRKjeAGCT7EH8Tg"
  },
  "jwt_secret": "F9c/lhAPgcUExZlQ7L3sv1koiykksVdm",
  "api_keys": {
    "stripe": "sk_live_ZjKKa29tSSwnYOiQfi6S1eMD",
    "sendgrid": "SG.g3LjEHFL+bJGgd9xkwkLNX",
    "twilio_sid": "ACa58fad0a77161344b4cb2a3609009d16"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@acme-corp.com"
  ]
}