{
  "name": "payment-service",
  "version": "2.3.2",
  "database": {
    "host": "db-2.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "hI6vSGKulVOcH3PY4sPG"
  },
  "jwt_secret": "rqes67oKd0uoetJ4X/PvL5YCHhET4IWR",
  "api_keys": {
    "stripe": "sk_live_D55CYZwVfSnARABOYD0S9Pmc",
    "sendgrid": "SG.Z2dQVlTiOvZEU2+gf85WT4",
    "twilio_sid": "ACf5a6e0bc4d416512567bf0307e37446f"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@acme-corp.com"
  ]
}