{
  "name": "payment-service",
  "version": "1.8.23",
  "database": {
    "host": "db-2.internal.corp.io",
    "port": 5432,
    "username": "app_service",
    "password": "wXHdTgvYBb6Atkc7YvE1"
  },
  "jwt_secret": "Io+F4+NyUMsQieH+lEmWWtyl+ZK80rPJ",
  "api_keys": {
    "stripe": "sk_live_C3wXJquAzG2pUGzwCxObMQ59",
    "sendgrid": "SG.yANSZEUCGhVDC7RWPtQFBK",
    "twilio_sid": "AC9486f1d1749c49d48124742c4198e862"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}