#VERA Server API Endpoints default: # Networking configs veraServerUrl: http://localhost:5000 mongoDbUrl: mongodb://localhost:27017 nodePort: 80 nodePortHttps: 443 httpsCertFile: publiccert.crt # Session Mgmt configs clientId: vera_web_portal clientSecret: !!str tW0fdB%7kU5Tn%F$cAGs!EQv sessionSecret: !!str 1234 cookieMaxAge: 7200000 # 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 # Interface configs approvalQueueEnabled: false domainPageEnabled: false # TODO: Obsolete systemName: Jira systemUrl: http://localhost:2990/jira/browse/ virtualApiUrl: http://localhost:5050