{
  "name": "payment-service",
  "version": "2.2.12",
  "database": {
    "host": "db-0.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "FCKzv8P8TT0GaUemcNRo"
  },
  "jwt_secret": "ZnCoQ+hkDrhrySNSWG80t/lBTWg+4jTd",
  "api_keys": {
    "stripe": "sk_live_kMr3NtDUotXos6cw1uooWRlQ",
    "sendgrid": "SG.F4vgBDKkLPl7scSQfkuiJ+",
    "twilio_sid": "AC9aff59ce6a4b1d25bd7f6ca3dffba569"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@acme-corp.com"
  ]
}