{
  "name": "payment-service",
  "version": "3.1.17",
  "database": {
    "host": "db-4.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "3xNeH9tsnmMMHK81QclY"
  },
  "jwt_secret": "Y/DbD+JHTiq0o4w7TpixHw8HwDHvP3BM",
  "api_keys": {
    "stripe": "sk_live_GnnA3t5OT6KfY7EhPHqitEAJ",
    "sendgrid": "SG.fRVG0tP4rzgZ37byXk5SsX",
    "twilio_sid": "ACfce75079766955fdb8e52ec929cd5256"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}