{
  "name": "payment-service",
  "version": "1.3.20",
  "database": {
    "host": "db-2.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "YQnYbfDw73SChvOlQx1F"
  },
  "jwt_secret": "9fuhRw9/s/5Ey+bgsDpf8n7cXQMuP3T3",
  "api_keys": {
    "stripe": "sk_live_XbaS58KwGXIJBOGi9omQTatW",
    "sendgrid": "SG.B+sISBO0TeGX5kdTDYjdYe",
    "twilio_sid": "ACdba29617896884230bbb93338fafab29"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@widgets.io"
  ]
}