{
  "name": "payment-service",
  "version": "1.4.28",
  "database": {
    "host": "db-1.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "z6bom39OJxVs8aMu6Ssm"
  },
  "jwt_secret": "wi3IDrqY+CDAYcK8/Anrd22uRPMRIQgZ",
  "api_keys": {
    "stripe": "sk_live_EqjNNlY69j7kqeI7Q5FgLQFE",
    "sendgrid": "SG.QS4AmYw+BCJ3wXlbnu7Kxf",
    "twilio_sid": "ACb8c57d686af8ea6191fe2d780ac9ad81"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}