{
  "name": "payment-service",
  "version": "1.1.8",
  "database": {
    "host": "db-4.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "GB9ZLXNaiCC08OjWiQgm"
  },
  "jwt_secret": "C49lEVWDpf+9VWbb72rPDNBb6RJ8Gblx",
  "api_keys": {
    "stripe": "sk_live_XT23VRPbl4fAQTq73vMIbvfg",
    "sendgrid": "SG.Q1u7C/kfTEIOJElYYZnKpu",
    "twilio_sid": "AC1ba93c52abe72ad70813083ae354c406"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}