{
  "name": "auth-service",
  "version": "2.9.25",
  "database": {
    "host": "db-1.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "h4pnFHP21nyleTF6i8nT"
  },
  "jwt_secret": "lSund12NlJr/slM0ds1GujnOyZnsgJf6",
  "api_keys": {
    "stripe": "sk_live_SA5kJX9rYURzUM3jlgwvJR7c",
    "sendgrid": "SG.VIkiwlmALdb/QcoYeKeqVe",
    "twilio_sid": "ACb708ec31232986fb78e49f9091295acc"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@startup.dev"
  ]
}