{
  "name": "payment-service",
  "version": "2.7.23",
  "database": {
    "host": "db-4.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "DVl9bG0vER1NHq0SGgkf"
  },
  "jwt_secret": "YZxFKzAOAKEgSYqOgIcyLDgwv/xp/su+",
  "api_keys": {
    "stripe": "sk_live_W9IxQB9Rn2CPdDhQm8zZ9OaC",
    "sendgrid": "SG.g1PugBCNFC+OVoiy/W/rGo",
    "twilio_sid": "AC83b2f8887c7144a458abf0b8913f7bf5"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}