{
  "name": "payment-service",
  "version": "2.1.7",
  "database": {
    "host": "db-2.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "iIXDGO1QghA1NpRj8FS0"
  },
  "jwt_secret": "NiZ4IAhp4jk89j+dbTAeq1YA47zaHH2f",
  "api_keys": {
    "stripe": "sk_live_3k0P43tvp7BSIzVcM7hp2i85",
    "sendgrid": "SG.nxqBJMUb2apmSdcaEH9e5h",
    "twilio_sid": "AC76d13440b227d7053eef3530790d6e47"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}