{
  "name": "user-service",
  "version": "1.2.20",
  "database": {
    "host": "db-4.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "rGOnitGuNNbV6rRh3MGJ"
  },
  "jwt_secret": "W3YUt2IxJL1hhj5WZZMbD8RkxnZjn+vB",
  "api_keys": {
    "stripe": "sk_live_53AAX0oyXXWdfWzpwLH1oTxD",
    "sendgrid": "SG.11L+VFh+UZb0DQ31WIN4gW",
    "twilio_sid": "AC02aba8bd7b03d68845bb29e8744a848f"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}