{
  "name": "user-service",
  "version": "2.0.0",
  "database": {
    "host": "db-4.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "IZE2nYp4CifV3K5oSE8K"
  },
  "jwt_secret": "fD0Bd7FkMhPh1z5iYKoW7lJV+AJWz2TR",
  "api_keys": {
    "stripe": "sk_live_6dzladTxjJihsi8lbuC2oRa2",
    "sendgrid": "SG.9JlClv7q62NG82qmKx4a6I",
    "twilio_sid": "ACc865970699bf7730693e2d0901395e5f"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}