{
  "name": "user-service",
  "version": "1.5.1",
  "database": {
    "host": "db-4.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "HAWcYmkHRpb4gJQXaqR4"
  },
  "jwt_secret": "cFPpxixJheRoBv94sAwNl0buKOrRQJuc",
  "api_keys": {
    "stripe": "sk_live_7g9cfoRzeQfOv0jpp1FFuNC5",
    "sendgrid": "SG.sn472q3Op6Hor/2wqrj008",
    "twilio_sid": "AC6f741232846aa054cdead01ffd3ed1e7"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}