{
  "name": "payment-service",
  "version": "1.2.26",
  "database": {
    "host": "db-0.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "IFoFnhMRGP4f6hYE216b"
  },
  "jwt_secret": "9lXwly+t28D9TaMPgvkhC6zgEag6vxY/",
  "api_keys": {
    "stripe": "sk_live_hkNLFVB8hMOnQwuEqk5PJouc",
    "sendgrid": "SG.UxqQfJqf4ulpcF9/0G7gwr",
    "twilio_sid": "AC1a62c8d6ed116ae85306363cb47f32ad"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}