{
  "name": "payment-service",
  "version": "3.9.20",
  "database": {
    "host": "db-1.internal.corp.io",
    "port": 5432,
    "username": "app_service",
    "password": "43VWLTMOEG4F8wTD4x91"
  },
  "jwt_secret": "XBLNW18uJ25ItbpD+du0UkoPI5NYV/yq",
  "api_keys": {
    "stripe": "sk_live_yno0ePNKvUWWgg0gtpAdY1UJ",
    "sendgrid": "SG.trmZD7/1edGRfuj18i+K1v",
    "twilio_sid": "AC4c0cba823197d4a4949b779563fb85a2"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@startup.dev"
  ]
}