{
  "name": "payment-service",
  "version": "3.6.13",
  "database": {
    "host": "db-4.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "8pkkLvslD10sI2mH8Z3S"
  },
  "jwt_secret": "L5ERngO2DWquBiO7XEjx/+qzTFxPBrIh",
  "api_keys": {
    "stripe": "sk_live_qfhrqbm6ojEqoiAn6D5BTTPz",
    "sendgrid": "SG.I+T9yD9noPaQedwqUMXXTV",
    "twilio_sid": "ACff3cb4d554935e91669614e6a5dc8e5c"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}