{
  "name": "payment-service",
  "version": "2.2.10",
  "database": {
    "host": "db-1.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "W7HWD57Kx5HCqE6brLSW"
  },
  "jwt_secret": "/pi5G2+4PsoswFoHp5TXAXRXXoNvSe9h",
  "api_keys": {
    "stripe": "sk_live_oBAamW6EvsHf36bYqjF0DG6V",
    "sendgrid": "SG.DOxO2t/wkDYi+6RRw0xwg2",
    "twilio_sid": "ACff2f9aadb518bec0d11aff76ce6075ce"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}