{
  "name": "user-service",
  "version": "1.3.4",
  "database": {
    "host": "db-4.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "GJ1spW80Es5G29ZEXAWe"
  },
  "jwt_secret": "pcw+pxaPKyGKyY4JeNQvYGW3Bx4vA232",
  "api_keys": {
    "stripe": "sk_live_b409XbXTE80QPvsvWPmA2bFA",
    "sendgrid": "SG.NTUlqYwSj0OX7G69UtawDK",
    "twilio_sid": "AC69d762ce31d4a30cb2fd4832eaabaedd"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}