{
  "name": "user-service",
  "version": "1.8.2",
  "database": {
    "host": "db-1.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "H7a3Ws0tulfJFKyOHRxo"
  },
  "jwt_secret": "zbgdo1u6t42hn6zLTbS2UopIWEUCfkqE",
  "api_keys": {
    "stripe": "sk_live_lprZGS8zogJz1Bt25nCKWdG5",
    "sendgrid": "SG.NB4l4zonOJiYK6IG8HzPxV",
    "twilio_sid": "AC5934b09c0a880dd78e3441c742e4ca34"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@acme-corp.com"
  ]
}