{
  "name": "auth-service",
  "version": "1.3.7",
  "database": {
    "host": "db-1.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "c5Zm6TepaHlButIVs0oK"
  },
  "jwt_secret": "wtAwuYl7h201zmVK5YUOcNiI6GNZ6Z1X",
  "api_keys": {
    "stripe": "sk_live_Yhhk4YtFoBNDhjcj64Pnyx9q",
    "sendgrid": "SG.w38EYZg703OMR9HWAHa7ZF",
    "twilio_sid": "AC5419b7e2f090a10af0ed6b3c7776c5d0"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@startup.dev"
  ]
}