{
  "name": "payment-service",
  "version": "1.3.12",
  "database": {
    "host": "db-1.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "PSOZqZF71dbEOfa3xpoe"
  },
  "jwt_secret": "YmDQ824caQOlOVV83D5XNGUnVALT1YdU",
  "api_keys": {
    "stripe": "sk_live_57E4tDe9WSQVhcXawYSlHpZz",
    "sendgrid": "SG.wPzcPls7Au46z1YdlsJbdy",
    "twilio_sid": "AC356fd6c403393361dbb368fbed1718db"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}