{
  "name": "payment-service",
  "version": "3.8.1",
  "database": {
    "host": "db-4.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "Sf132oA2DINTi8nMFVDZ"
  },
  "jwt_secret": "tA6XFZLlEwkJNJxfKXDkWf/MvdDlaNFe",
  "api_keys": {
    "stripe": "sk_live_dUem0vuWVT18c0rWFP7V7FBl",
    "sendgrid": "SG.5JhrUnbMMHw0w8xK3wMLa5",
    "twilio_sid": "AC1b011917ea29b4df5e67f074cdf533d4"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}