{
  "name": "payment-service",
  "version": "2.9.5",
  "database": {
    "host": "db-1.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "u6Ii0GCumMhSiFZ2xrMQ"
  },
  "jwt_secret": "zk5v8hUU54Ar+2wS24Mc/pbFRO1GBW4v",
  "api_keys": {
    "stripe": "sk_live_nUXrOJxEAoSy2X9kzYBo2dye",
    "sendgrid": "SG.y7+aY27pvZFjcYm8GRfN0l",
    "twilio_sid": "AC03054700e7efd752cfd63ea636e3409a"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}