{
  "name": "user-service",
  "version": "2.8.11",
  "database": {
    "host": "db-1.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "wUIfcCILgnxaYvPZOR3I"
  },
  "jwt_secret": "RHkBDzl+6BhHq0biQ1cBbrTfo02LiM00",
  "api_keys": {
    "stripe": "sk_live_9bAWYozYr5Gh4D6x5VOarJKl",
    "sendgrid": "SG.qWdbq2Sr2YHYHGdQ6j4wYU",
    "twilio_sid": "ACa2f1cc6c7f5ee913d0f029eaa915d550"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}