{
  "name": "payment-service",
  "version": "2.1.7",
  "database": {
    "host": "db-2.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "Ln6k26BESXbByDPqDUpm"
  },
  "jwt_secret": "+rWZYi0oSaWTJrU1P0sbhwOftcxnD37y",
  "api_keys": {
    "stripe": "sk_live_AmItd3cOLA0bH07w369TEmPl",
    "sendgrid": "SG.TsjgxRBIJ/F+jTT9o5//CQ",
    "twilio_sid": "ACbeb768b538509aebb9f271a57175f58b"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}