{
  "name": "payment-service",
  "version": "3.9.0",
  "database": {
    "host": "db-0.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "62mwdo44VsqIWZvxG8NS"
  },
  "jwt_secret": "ooAu9sNjYg1BEWgl/vps+u1IlfDnmdwC",
  "api_keys": {
    "stripe": "sk_live_8w5ckZ234kLYcadOEzFuXznw",
    "sendgrid": "SG.OaWu+uvzAi2U1C0Qa5qgxe",
    "twilio_sid": "ACf01977b753b72e7290b350448ea3b0c3"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}