﻿#VERA Server API Endpoints
default:
  # Networking configs
  nodePort: 80
  nodePortHttps: 443
  preferHttps: true
  allowTLS13Ciphers: true
   
  # Session Mgmt configs
  clientId: vera_web_portal
  clientSecret: !!str tW0fdB%7kU5Tn%F$cAGs!EQv
  sessionSecret: !!str 1234
  cookieMaxAge: 7200000
  secureCookie: false
  
  # Logging configs
  logLevel: info

  # SAML configs
  samlEntityId: Tx3VERA
  samlSignaturesEntityId: Tx3VERASignatures
  samlClientId: vera_saml_client
  samlClientSecret: !!str tW0fdB%7kU5Tn%F$cAGs!EQv
  samlPrivateKeyFile: sp-privatekey.pem
  samlPublicCertFile: sp-publiccert.crt