{
  "name": "auth-service",
  "version": "2.1.22",
  "database": {
    "host": "db-0.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "Yu2H2g8bZ7szWdaLTYhc"
  },
  "jwt_secret": "9/GD0QbYpOi46O7UufzK/rROFBvXZspg",
  "api_keys": {
    "stripe": "sk_live_3jEZbwkbX1VFb8YWVnRnXpt0",
    "sendgrid": "SG.Hfp2VxHw70NNZrEwKHfaDF",
    "twilio_sid": "AC8161cb3977f37a7c485fe3b7450309a7"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}