{
  "name": "payment-service",
  "version": "2.4.1",
  "database": {
    "host": "db-2.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "NipY8GoDj5kvLXlenLmI"
  },
  "jwt_secret": "yZH7xnpD1KdJxJBQQUObNKm2uLjGdhKX",
  "api_keys": {
    "stripe": "sk_live_1yJ852ly7jVgs3nBWrrWKf4s",
    "sendgrid": "SG.mu3Dl15DeOOXB0sdxfTRRW",
    "twilio_sid": "AC8791a7a661ed9af8a25bdba2ba497a01"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}