{
  "name": "payment-service",
  "version": "3.0.23",
  "database": {
    "host": "db-0.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "mJpd4MRtbjCLVWUXtB3F"
  },
  "jwt_secret": "Ng5nv6FnFnSHWW/QSc5Kjzu3/1d7/PKI",
  "api_keys": {
    "stripe": "sk_live_pYfo8d6JYwIZSLaLU8caXNGa",
    "sendgrid": "SG.P7CWB/Sl+jb9N8YsCIm1Gh",
    "twilio_sid": "AC1ec0acad83d257c4a76d0cb3fd8ff10c"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}