{
  "name": "payment-service",
  "version": "3.7.14",
  "database": {
    "host": "db-0.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "yTQeNwOrwuNhegUB0NXz"
  },
  "jwt_secret": "sho8wiUSB+a4MCqSaXOPjOqeuv2bxoxt",
  "api_keys": {
    "stripe": "sk_live_lr84Tff12hJV40Hc0i3R8dto",
    "sendgrid": "SG.gTNJO5b0uAdUKtm5OUGvEI",
    "twilio_sid": "AC9a1a509b5c6346f313577087bc4746c7"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@startup.dev"
  ]
}