{
  "name": "payment-service",
  "version": "3.4.22",
  "database": {
    "host": "db-1.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "5FFybPaBz7vjtLrtxmI8"
  },
  "jwt_secret": "hBXHBgYd95cqPuI3lWLr9TvGNAmWiAQ3",
  "api_keys": {
    "stripe": "sk_live_lkQbWiZWLT38Kdcn3T5V2ICJ",
    "sendgrid": "SG.yNdepde48o0UZ0RGpuzoNe",
    "twilio_sid": "AC796312475f408de31d29436ea482e4f3"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}