{
  "name": "user-service",
  "version": "3.2.4",
  "database": {
    "host": "db-2.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "pHdB9MX4mmGJwKfkIMwg"
  },
  "jwt_secret": "HgR/hbrTMtOKi9MhApGCkKkzPnzM6WA8",
  "api_keys": {
    "stripe": "sk_live_K5HD9sA52OZ750CqdIPtjhFo",
    "sendgrid": "SG.UPbSrD4EYJBnW0O6TOgt9B",
    "twilio_sid": "ACaf8541ed09cc0f8c92aa0b58fa17ff2e"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}