{
  "name": "payment-service",
  "version": "2.9.12",
  "database": {
    "host": "db-0.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "60cc7xhDXHoGt3uUoL6g"
  },
  "jwt_secret": "FMWIoXlSlO7+Dj8RJ3S03cruz+OwOZfq",
  "api_keys": {
    "stripe": "sk_live_Eik1daRV8mnbeOb38EYHh9px",
    "sendgrid": "SG.XGTkbao8EWE0UMIVA2NrSg",
    "twilio_sid": "AC91639a4e6dea059da93578b5cd12c0b0"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}