{
  "name": "payment-service",
  "version": "1.5.6",
  "database": {
    "host": "db-3.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "uuokspPdCnFjZ5LVf2HF"
  },
  "jwt_secret": "uCJ9e9NVGoVeKtUi4G/tUQ3cfjr2DjfQ",
  "api_keys": {
    "stripe": "sk_live_L1NhtXfNzOVe6gEnUjzj8bt4",
    "sendgrid": "SG.Z3R0AL8cZ6o2iIDEBKZKV+",
    "twilio_sid": "AC9192db4823ffe0c9413593c13ade7b40"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}