{
  "name": "user-service",
  "version": "2.0.16",
  "database": {
    "host": "db-2.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "ag1v7Cqo5U8BYQrOGTmU"
  },
  "jwt_secret": "Fyi770H09JWgN8Akvu22IgSTcETtWjYa",
  "api_keys": {
    "stripe": "sk_live_WjWa2fslrSKPpRk1vw5NJLSp",
    "sendgrid": "SG.jfSRmPJkX9tIx9tTMAgPG/",
    "twilio_sid": "AC19c22306f904d4867f5247e247f6054b"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}