{
  "name": "payment-service",
  "version": "1.8.29",
  "database": {
    "host": "db-1.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "CIHSCetpeQv0zlqOFSBY"
  },
  "jwt_secret": "2xtANP6y0ksrL/C628pBDqsiZysf+DrG",
  "api_keys": {
    "stripe": "sk_live_DwDBqkt5udziThtEAInEgPWi",
    "sendgrid": "SG.XU6WuHsZ3EPleJTFN5aZlo",
    "twilio_sid": "AC7aae2c51a196d40eaf8ac6d5fc214ba6"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@acme-corp.com"
  ]
}