{
  "name": "payment-service",
  "version": "1.3.20",
  "database": {
    "host": "db-0.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "0UmJ6Pp6U1ztUQd51dxX"
  },
  "jwt_secret": "y6ZYkGiWnfFy4CwEsaFWHb0GPmRhS0xB",
  "api_keys": {
    "stripe": "sk_live_7vRf59VWZzqeq2Ega8htbl0R",
    "sendgrid": "SG.eaFXUdw2oZzfNZJckNbvYR",
    "twilio_sid": "AC60f413779698574ae2ac6068cf761bd9"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@acme-corp.com"
  ]
}