{
  "name": "payment-service",
  "version": "3.9.3",
  "database": {
    "host": "db-3.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "PD3Q03VGswtNvlMCxlL9"
  },
  "jwt_secret": "Vq+ai1nhB1WZ2Wkk8MFrqslAKHrXqzSI",
  "api_keys": {
    "stripe": "sk_live_GIKfNaHDQxjf6h07nuN3kpWb",
    "sendgrid": "SG.CITFt8JWMMUsiRqQ3972Le",
    "twilio_sid": "AC7cdac6d0b11ce552da8585543344df69"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}