{
  "name": "payment-service",
  "version": "3.9.27",
  "database": {
    "host": "db-4.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "VhGdDnxGUy74gvoqz8Vs"
  },
  "jwt_secret": "yY+RX0AibNHGel91MvKeFeIcASFBDaTO",
  "api_keys": {
    "stripe": "sk_live_26Ip5kr1mY4ZwO9MQG6zL5PW",
    "sendgrid": "SG.FhjSjjDiD8QAfGuEn+SgJ1",
    "twilio_sid": "AC1a4cd6aae4e31f2ba5a0dc914c92687f"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@acme-corp.com"
  ]
}