{
  "name": "payment-service",
  "version": "3.7.6",
  "database": {
    "host": "db-2.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "mrfPr8gRLO0WoOLXjU5R"
  },
  "jwt_secret": "NhDiDy9zAPmQraCuGpZzUlv4+N2v2dL9",
  "api_keys": {
    "stripe": "sk_live_Vod5Ps2yYaRJms6ZXnta9D8L",
    "sendgrid": "SG.VeKBBVMhSCozqN1CvT7bN9",
    "twilio_sid": "ACcadc49d8b8f9a87bc8624eee272cfdff"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}