{
  "name": "auth-service",
  "version": "3.4.11",
  "database": {
    "host": "db-4.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "IqhFEGuweEwV6JhhqJAV"
  },
  "jwt_secret": "JqEBjx1HZZ99Vuf3N/tqGoabwxYP2VwS",
  "api_keys": {
    "stripe": "sk_live_O26cRF7unUGpu1Ak0NqqiwrM",
    "sendgrid": "SG.HLE+QDulBedyH+SGFrwtHZ",
    "twilio_sid": "AC9b7c4c1ae045c0bbc4316cb594725abc"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@startup.dev"
  ]
}