{
  "name": "payment-service",
  "version": "3.3.11",
  "database": {
    "host": "db-1.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "KEhc0UKyxQCXvDtEtVnO"
  },
  "jwt_secret": "eAb/ESJqt33VHG+qlfxB+lOZamC9anbI",
  "api_keys": {
    "stripe": "sk_live_KHiYbprfcLoMO12g9qNustZn",
    "sendgrid": "SG.t3q07bwPLCTa9Q4ZKTwPT2",
    "twilio_sid": "AC785ccd1f1d9ee9db54ad31b0176be752"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}