{
  "name": "payment-service",
  "version": "1.0.6",
  "database": {
    "host": "db-1.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "VdYKl3SVU2WmExDP7Ue5"
  },
  "jwt_secret": "hClGgsfvvjOYJunCkeTCQywLdsgqdM4Y",
  "api_keys": {
    "stripe": "sk_live_Kna84USTfFwH970JAFm7fv1f",
    "sendgrid": "SG.FVLwJPEH6xpSorbNyQVOS9",
    "twilio_sid": "AC65a3d3da33dd4770f66845d598f40eb3"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}