{
  "name": "user-service",
  "version": "2.2.18",
  "database": {
    "host": "db-3.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "VG1wBCZavdHRqd38vi7A"
  },
  "jwt_secret": "2+AvDQorCVJU0sU1qoFmtWjVgXC5j/Cf",
  "api_keys": {
    "stripe": "sk_live_VxOmxsxIKOaGLtCab2D7QgHU",
    "sendgrid": "SG.0GefL5X3U2Qk3YLYEAkLzm",
    "twilio_sid": "AC32afd16b060dfebf651f642015f57e12"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@startup.dev"
  ]
}