{
  "name": "payment-service",
  "version": "1.3.28",
  "database": {
    "host": "db-4.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "BnkL6m7cdVDqu29eNUnk"
  },
  "jwt_secret": "LJxjWliDnwFhgw3ykUgr43hesPTapErJ",
  "api_keys": {
    "stripe": "sk_live_C18cp6orkyL2IxFAFefgbbZp",
    "sendgrid": "SG.TebszfRbG3Iv6Nen2+nRBj",
    "twilio_sid": "ACcd6fcb8247be449e36073c2318ef3c34"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@startup.dev"
  ]
}