{
  "name": "auth-service",
  "version": "1.8.24",
  "database": {
    "host": "db-0.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "AvZ9nbikm7SrqfPoc1uo"
  },
  "jwt_secret": "orEewC+iEYCINz9hwFCvaQppZ9OFOeVP",
  "api_keys": {
    "stripe": "sk_live_kHhTxNyxqhC6JXXuj5cIGA20",
    "sendgrid": "SG.WE+dTXsj1eIehZENTygx6N",
    "twilio_sid": "ACdd64c440fa3d594df992160348102f0b"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@acme-corp.com"
  ]
}