{
  "name": "auth-service",
  "version": "2.0.22",
  "database": {
    "host": "db-3.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "b8zTD9g60cOU0yLPalVh"
  },
  "jwt_secret": "j9NjWDAOybjitQRzWVPxY6cZen03aLev",
  "api_keys": {
    "stripe": "sk_live_vXHZKmA78nQsMTlS2WsbdKAP",
    "sendgrid": "SG./+ucmGphqCkDNsa2yhLMwm",
    "twilio_sid": "AC2fcf353109859dcbc5b31cbc8ec47024"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}