{
  "name": "payment-service",
  "version": "1.4.20",
  "database": {
    "host": "db-0.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "LZmr2eYPdXU717gsXEWr"
  },
  "jwt_secret": "PGDa4dkE9VQTQxXUB5S/MMz4C4x4yxyJ",
  "api_keys": {
    "stripe": "sk_live_V6B3U5Cu5ciJB9TctLEmXdi7",
    "sendgrid": "SG.KLzw9DhnjBX7BsV2DOounU",
    "twilio_sid": "AC993fb319f8dd522ec13e7ff2e4229158"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}