{
  "name": "payment-service",
  "version": "1.2.0",
  "database": {
    "host": "db-2.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "Ghv2E10MZAsTqDAi8p3N"
  },
  "jwt_secret": "SO8mIDYvryljBz0gCoPl+NAHbsFSh0FC",
  "api_keys": {
    "stripe": "sk_live_jlrsmB4vj23VbQbXGH9Gl2VR",
    "sendgrid": "SG.4bHJ7h655G/2C12FdHl+qW",
    "twilio_sid": "AC10d04780dc2799a947e2799e94e3802c"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}