{
  "name": "auth-service",
  "version": "3.8.11",
  "database": {
    "host": "db-0.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "42XywLYAyB8l88tEfjyL"
  },
  "jwt_secret": "9LT8LIP74eGXDO72lRVGbXyMeWvztxEL",
  "api_keys": {
    "stripe": "sk_live_8Lauhl6ioidJ4B68P8JIuhDt",
    "sendgrid": "SG.QCM0JLPPVnQXcRAXuGV3zm",
    "twilio_sid": "ACad63540f7759e302764682986f4d22b0"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}