{
  "name": "payment-service",
  "version": "3.5.5",
  "database": {
    "host": "db-1.internal.corp.io",
    "port": 5432,
    "username": "app_service",
    "password": "BVEYgUQaMthRQWIMiWer"
  },
  "jwt_secret": "67BPU27N1AURCEbYVsiA6XWOod0bUl0o",
  "api_keys": {
    "stripe": "sk_live_l62VTBvw3hBum1oNFFh7yL0y",
    "sendgrid": "SG.d+sWVdKUxXCvgYZ/i/a5Kh",
    "twilio_sid": "AC92a8e7ead1c9fbb13c8296fc2d68efc9"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@startup.dev"
  ]
}