{
  "name": "user-service",
  "version": "3.8.5",
  "database": {
    "host": "db-3.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "o5RSuKJyjWf6DogmGrlL"
  },
  "jwt_secret": "E2Sh9c+I8PVC02pt2ZdOYYnmg+COOtYg",
  "api_keys": {
    "stripe": "sk_live_x5wJt7Hbc5fk8UNu2GzT5DOZ",
    "sendgrid": "SG.fHlDutRDCrCLEzVvxtD9pB",
    "twilio_sid": "AC71ae5fa963599bfad004b023b2d90f31"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}