{
  "name": "payment-service",
  "version": "3.5.14",
  "database": {
    "host": "db-1.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "DFkKl6W94IbXt0qB9Rqv"
  },
  "jwt_secret": "kZgTVh1AQwwNNPE1yrAzpfIi3bkEoVVZ",
  "api_keys": {
    "stripe": "sk_live_mbQYVx2Oumv5w5JJFw5WzK0t",
    "sendgrid": "SG.VsmQKqAEAF2EntgHrTgCSs",
    "twilio_sid": "AC6a2cbf0f6c73956c2fa2cd01cdeeaee5"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}