{
  "name": "payment-service",
  "version": "3.2.16",
  "database": {
    "host": "db-3.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "ZfaqNXLCJhIAVOLY4cIw"
  },
  "jwt_secret": "cB5hcuBv0tqSdNGS6j1sP+zU4vIhvN1T",
  "api_keys": {
    "stripe": "sk_live_wsEkKlRVFH1h1tW9PXrWbDhD",
    "sendgrid": "SG.hz/sM0M0V4vRiUFZB3v5Pl",
    "twilio_sid": "AC36fe5e8e9e32f7e86daface1b0480a13"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@acme-corp.com"
  ]
}