{
  "name": "auth-service",
  "version": "2.6.19",
  "database": {
    "host": "db-2.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "6wEz7S77TfyIkCAHQBgF"
  },
  "jwt_secret": "YYxTzAlEODac7xSJRowiRGB7WUOCs/J7",
  "api_keys": {
    "stripe": "sk_live_5KAOlgClYFhoUeaWTN6XPhhi",
    "sendgrid": "SG.OzOsvw6SJ5Q6gEruVOfccS",
    "twilio_sid": "ACcdc553a7f8435d6eac2daf5ab12b4df7"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@startup.dev"
  ]
}