{
  "name": "payment-service",
  "version": "2.0.21",
  "database": {
    "host": "db-3.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "u6wANtkxPbI1TNkU4W2q"
  },
  "jwt_secret": "5DCkeYunVHhZjmtewS5w3c4RH1AAuyLd",
  "api_keys": {
    "stripe": "sk_live_oajP1GLANVaxcL2T8InHqyZM",
    "sendgrid": "SG.O27IaLe/yyKzoNE65Z8/X4",
    "twilio_sid": "AC15debf63c378a6a0cdff4ef8f4c7c500"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}