{
  "name": "payment-service",
  "version": "3.0.2",
  "database": {
    "host": "db-3.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "m3fqNfoBJfgQXa8eVUFb"
  },
  "jwt_secret": "P2e3ndKxyyROT9uiJbhMCBiVaHgiKQjn",
  "api_keys": {
    "stripe": "sk_live_cOYa3MaHSjxNS4v6B0BSBCr2",
    "sendgrid": "SG.baIm7py/4RtHMCIIpxI/VB",
    "twilio_sid": "AC90d3c7858de9cef45590fd25337759a0"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}