{
  "name": "user-service",
  "version": "1.6.8",
  "database": {
    "host": "db-1.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "dhQe3Z5PYGZ9GS4j2y0E"
  },
  "jwt_secret": "2nkJRSbpN9/GvGJNGQZmur/VRolLNeeU",
  "api_keys": {
    "stripe": "sk_live_fgjqdprYSGwxDUY15V3G9JGU",
    "sendgrid": "SG.OYUva1briHPQyJpQC9d+Ml",
    "twilio_sid": "ACf136ce86979a612091b1d2bf6551a643"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}