{
  "name": "payment-service",
  "version": "1.4.4",
  "database": {
    "host": "db-1.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "wvZWdpMbu4UIy8orTx86"
  },
  "jwt_secret": "15zbglU3UKxZPOwt8s/bDtev5K4Vit9h",
  "api_keys": {
    "stripe": "sk_live_lWu4jfdlUH94Htw9pJUyIzdA",
    "sendgrid": "SG.U547rpuNto+em84e7ytisS",
    "twilio_sid": "AC1678052c3e43ad88b070b41487e1dbc5"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}