{
  "name": "payment-service",
  "version": "3.3.5",
  "database": {
    "host": "db-2.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "Le6yXm7GP4FXUEIGNcKO"
  },
  "jwt_secret": "hUQhuygfeYhWt06Bs5MOhiXYKpWQPwW3",
  "api_keys": {
    "stripe": "sk_live_fRRl4r3GbNAPqwjjgbOUYH7i",
    "sendgrid": "SG.p6S1lJouo2eLMD6Lgc+kgU",
    "twilio_sid": "AC896b8dfea96eb80632109f6419686fb7"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}