{
  "name": "payment-service",
  "version": "3.9.26",
  "database": {
    "host": "db-3.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "3bM3iBbHIcMFGxeLHPPs"
  },
  "jwt_secret": "KxTHy7KSz4GQbPQqFeU2DiG7qxY26Veu",
  "api_keys": {
    "stripe": "sk_live_90QxapDLASIzA8VGWgU2F85Y",
    "sendgrid": "SG.2dCbuBZfj6vyd3UodjV6mt",
    "twilio_sid": "ACa453aa12c3b5a30169f3c05e78393c3e"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}