{
  "name": "auth-service",
  "version": "2.4.8",
  "database": {
    "host": "db-4.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "NPSzd9FDqim1fHmnaIJR"
  },
  "jwt_secret": "P4Dl7eIKu9KROnOeJeE9tha7NxfOiXrG",
  "api_keys": {
    "stripe": "sk_live_aTsE2iFDfSqNgIb6P3j4sLY3",
    "sendgrid": "SG.om7RwFi2RTS5H4et6K3OGj",
    "twilio_sid": "AC5d96b173b73149abea637e0d0a7fa2d0"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@acme-corp.com"
  ]
}