{
  "name": "payment-service",
  "version": "2.2.1",
  "database": {
    "host": "db-0.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "I9PtvE0Y11DPMWq1KKx0"
  },
  "jwt_secret": "MUNpHL7NdP9JNbu5HDOdT29nPgP931py",
  "api_keys": {
    "stripe": "sk_live_oiQvL0Fr7VhdhnkoOml6Uii2",
    "sendgrid": "SG.JauL2Z2ILGiAVU3Nrgfke+",
    "twilio_sid": "AC26a2c361ccf3f49166d8cb680def1a67"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}