{
  "name": "user-service",
  "version": "1.2.12",
  "database": {
    "host": "db-2.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "kkhBKpopo4OzfzQeT6s7"
  },
  "jwt_secret": "yQH+/s+E7ATK01dH0ep+l7Jesp7xqG+Z",
  "api_keys": {
    "stripe": "sk_live_7esZq9ZDJgVruPFwQOtY5Rih",
    "sendgrid": "SG.0/tfUcLBRko2+o3fR36qHB",
    "twilio_sid": "AC0bf22962cdaa4a4deabb50b634c9a9fb"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@startup.dev"
  ]
}