{
  "name": "payment-service",
  "version": "3.3.14",
  "database": {
    "host": "db-4.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "d1Ku6BDPO1A9qDJqAcNQ"
  },
  "jwt_secret": "QRwoFPannm2lKbf8FQAJ0maVU9kB6Pf2",
  "api_keys": {
    "stripe": "sk_live_BCpjCUq61NOhlGfG4qFMEZRs",
    "sendgrid": "SG.4w4B4/IAbvQN31h+uabq0V",
    "twilio_sid": "AC014dda59fddaa236bba9aa5634d9a382"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}