{
  "name": "auth-service",
  "version": "1.0.17",
  "database": {
    "host": "db-4.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "kfqBRYwNhDgOgdXaxjHv"
  },
  "jwt_secret": "sJl9jWAFL/MIukz44fK6Y7gq2+whVwZC",
  "api_keys": {
    "stripe": "sk_live_qN8fKLpAbJ3fGqXxa2gxf6pL",
    "sendgrid": "SG.QnFG5p5ARw9T+hJqua/zty",
    "twilio_sid": "AC415f7d78ff269e4255688c6b10e13272"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@acme-corp.com"
  ]
}