{
  "name": "user-service",
  "version": "1.0.3",
  "database": {
    "host": "db-3.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "w4Be8Hg7wOZRTxfYXiCJ"
  },
  "jwt_secret": "dCaKPXyHeaLI5kWeS6LkSgp9K4t0FR64",
  "api_keys": {
    "stripe": "sk_live_RnXsN8s0fZwjpGBNy63FZjYz",
    "sendgrid": "SG.JxpcG1VfJi3r7lQZvUyxnL",
    "twilio_sid": "AC0deb9f9d22f270ac21b57467b62f5dd0"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@acme-corp.com"
  ]
}