{
  "name": "payment-service",
  "version": "1.8.10",
  "database": {
    "host": "db-4.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "5dzFUNMGpy8Wb23ABu0A"
  },
  "jwt_secret": "gosgcJgt1U6AHKtMvbXQ0HunUatMNujx",
  "api_keys": {
    "stripe": "sk_live_E3ZKKez6OT7uf199fhYcC2GQ",
    "sendgrid": "SG.+Q0bmrhsC9a3rI8/Ln9g/g",
    "twilio_sid": "AC4d91cab7e8cf4d46626ccc965de2ef3b"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@acme-corp.com"
  ]
}