{
  "name": "payment-service",
  "version": "3.3.9",
  "database": {
    "host": "db-3.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "dW6N42W64CqFKhC79fam"
  },
  "jwt_secret": "HBlfRRD4HBVuxEqBqsDVJTU9OQDETOUX",
  "api_keys": {
    "stripe": "sk_live_l1gj2nYMVLxwPiUgEV5eS5f7",
    "sendgrid": "SG.6SLmBRa8j1E4yH+Oa1xAT8",
    "twilio_sid": "AC2f7f71e194f3b8d28b4faf23a2a99ebf"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}