{
  "name": "auth-service",
  "version": "1.9.11",
  "database": {
    "host": "db-4.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "24QVZMd4y4N7leFQjUlR"
  },
  "jwt_secret": "1+oTjOvlOXg7joGulVq5okqhrtZMrG4M",
  "api_keys": {
    "stripe": "sk_live_7d6KLAiWsp8dKrdC5OduRuig",
    "sendgrid": "SG.E2AoirAe/oC1GzCtfpCjmO",
    "twilio_sid": "ACe7a730ef20102c096833d896902ff7bb"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}