{
  "name": "user-service",
  "version": "2.8.23",
  "database": {
    "host": "db-4.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "NLknJZEIxkIEXANa28v2"
  },
  "jwt_secret": "fZdJF6ai1tFXELEZ3pixcfRGeSoqL+vy",
  "api_keys": {
    "stripe": "sk_live_n2SIjNtWbkHiwjWzIFMqCgXJ",
    "sendgrid": "SG.Bo14P9u4hYItDZjY6O4w09",
    "twilio_sid": "AC2da243c532dbcdff7f7fec52ce075afa"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}