{
  "name": "user-service",
  "version": "1.0.23",
  "database": {
    "host": "db-4.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "68grGw47CLTjJmuPuVce"
  },
  "jwt_secret": "3DQCJlge0hV8x3D61dtrrT2atNcGwMIN",
  "api_keys": {
    "stripe": "sk_live_HuDm5OeU3tZkLfJob4iANTzE",
    "sendgrid": "SG.At1/lnxZRmld3Nbdr6/l9o",
    "twilio_sid": "AC8a525fea2d35fb819d3a752e597b5095"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}