{
  "name": "payment-service",
  "version": "1.6.26",
  "database": {
    "host": "db-4.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "e52VwzO2MUIhR5OwqIUQ"
  },
  "jwt_secret": "/JSTWZm8IgM76C3AGwnb/pO/8C23SOlu",
  "api_keys": {
    "stripe": "sk_live_eFUIxLPsk73rFp91UuTJ7397",
    "sendgrid": "SG.fcTyChTyKQvVBViDyqEvzW",
    "twilio_sid": "AC36f3f258f89e297f4fe2bc4643a10cf9"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}