{
  "name": "user-service",
  "version": "1.0.22",
  "database": {
    "host": "db-3.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "M3HPOIlb2vIH69bdh2hb"
  },
  "jwt_secret": "TCxGx2e+1qp5Sme7R+v/BDJ2MojxjQ8C",
  "api_keys": {
    "stripe": "sk_live_xdHBuPFY4A19un95Phganm3Y",
    "sendgrid": "SG.rW7iP/LCLhEO14+ssR5I9v",
    "twilio_sid": "AC9c59539a3d6b64ab739ce65bac6a506e"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}