{
  "name": "payment-service",
  "version": "2.2.16",
  "database": {
    "host": "db-2.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "d1q06nulawkPF9tHVquG"
  },
  "jwt_secret": "SQJnX8/JICBSFvZvJ3RGeNe7cGX9agSu",
  "api_keys": {
    "stripe": "sk_live_OR19oRhfBebqJeTDkS81RfUx",
    "sendgrid": "SG.LkclmXKABDlcCbPxtmq6L3",
    "twilio_sid": "AC00f95a7c772767e19de5a03daa8fbb92"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}