{
  "name": "auth-service",
  "version": "3.0.5",
  "database": {
    "host": "db-2.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "WdmNHcZ6YoHngU9Pf57g"
  },
  "jwt_secret": "eInDALeTKLrmTpeZVcKsr3nmRb02Uq6k",
  "api_keys": {
    "stripe": "sk_live_8ZmvPVH1942a1iIKYmUs6XA1",
    "sendgrid": "SG.uX4wcH3Ipn6sYtBCxk2biK",
    "twilio_sid": "AC85fecf98dbf858472633a9ed2b4d6e1f"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@acme-corp.com"
  ]
}