{
  "name": "user-service",
  "version": "1.2.18",
  "database": {
    "host": "db-3.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "io2OvLtIaMUIzEo1EMwf"
  },
  "jwt_secret": "lcLYd1gVGNkrHY7GP3PoISJdM8rGBfyH",
  "api_keys": {
    "stripe": "sk_live_tk9POmL0UIDWyjICyey0ijiK",
    "sendgrid": "SG.6xrSDqygcDn17b8S3G04hO",
    "twilio_sid": "ACac48f2992fb85900adb14cfd2326e342"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}