{
  "name": "payment-service",
  "version": "2.6.25",
  "database": {
    "host": "db-1.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "X4GrXzt4G0IwmTtc4Fiy"
  },
  "jwt_secret": "wIXKIm/JJByWC4BJQb+aF8oT3DqpIaFj",
  "api_keys": {
    "stripe": "sk_live_g60UdQszsmFehog7fCiaV3NW",
    "sendgrid": "SG.h0wOuUQpi/mJ38Jcpn26cy",
    "twilio_sid": "AC802d66a5c00536d0d3ca414881db5df5"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@startup.dev"
  ]
}