{
  "name": "user-service",
  "version": "2.6.5",
  "database": {
    "host": "db-1.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "ZK9NGAqYiT0PZbLdUVoG"
  },
  "jwt_secret": "U7+f5SFZ92hghu6BO7ecrcFEeL2ERH91",
  "api_keys": {
    "stripe": "sk_live_yV6L4KsPxFRuG8Oa1aprQezB",
    "sendgrid": "SG.zwEwYBZMDnyPbxhQashvi/",
    "twilio_sid": "ACdb9ac108435b79cd6400e04cd0a5210f"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@startup.dev"
  ]
}