{
  "name": "payment-service",
  "version": "3.9.12",
  "database": {
    "host": "db-2.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "CCnyxUr7dc2Kk5A0asQt"
  },
  "jwt_secret": "LwdWhkUAGbC0xwjInXOyTyWht3w0WW7t",
  "api_keys": {
    "stripe": "sk_live_MjbyaJ6njXB6hpJyJNli3fdL",
    "sendgrid": "SG.Y3/g7pDjfl0gXFKcrodFQr",
    "twilio_sid": "AC8cd7b6e0c86e6d91cf4106435257c191"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}