{
  "name": "payment-service",
  "version": "3.7.23",
  "database": {
    "host": "db-3.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "Td2BBMcFWA0VFOy6uRjY"
  },
  "jwt_secret": "9Jii7CGWSPv0Lr1Ex9wrxDnL98jmnFdg",
  "api_keys": {
    "stripe": "sk_live_zilxBHtIOymQmiluThh4rKTk",
    "sendgrid": "SG.bdAJdr1REwlgJfZnSGG4fx",
    "twilio_sid": "ACab940f8aac85bd3bfc3c318cb9140a28"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}