{
  "name": "user-service",
  "version": "2.1.1",
  "database": {
    "host": "db-4.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "DceKragCntmHTW2JPN40"
  },
  "jwt_secret": "YSVsT/m22aywvjicpn021vsmODQk1P7v",
  "api_keys": {
    "stripe": "sk_live_aeEK1aVkARHGg1JTCDcfVHPt",
    "sendgrid": "SG.orrFOoWxYD8Spb1D/bMBxM",
    "twilio_sid": "ACe5a41c8c51a8e8013860fe6f94f3ba20"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@startup.dev"
  ]
}