Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Moved VERA_SERVER_LOG_LEVEL to correct section.

...

VariableDescriptionDefault Value
ASPNETCORE_Kestrel__Certificates__Default__Password

The password of the PFX file used to support HTTPS/SSL communications on the VERA Server.

Note: This variable is not needed when HTTPS/SSL is not used. When it is used, this variable must be used with the ASPNETCORE_Kestrel__Certificates__Default__Path variable.

N/A
ASPNETCORE_Kestrel__Certificates__Default__Path

The name of the PFX file used to support HTTPS/SSL communications on the VERA Server. This value must be a fully qualified path to the certificate file.

Note: This variable is not needed when HTTPS/SSL is not used. When it is used, this variable must be used with the ASPNETCORE_Kestrel__Certificates__Default__Password variable.

N/A
ASPNETCORE_URLS

The URLs (with ports) that will be bound to by the VERA Server.

Note: When using Docker, these URLs refer to the internal URLs of the Docker network.

https://+:5001;http://+:5000
VERA_MAXREQUESTBODYSIZE

The maximum total size of HTTP requests sent within VERA. This value can be updated to adjust the maximum length of requests - especially when attaching large files to items.

Negative value will disable the limit completely.

209715200 (200MB)
VERA_MULTIPARTBODYLENGTHLIMITThe maximum size of a single part within an HTTP multi-part message. This can be updated to adjust the maximum size of a single file attachment.209715200 (200MB)
VERA_SERVER_DATA_DIRThe path of the VERA Server's data directory. The Certificates, Configs, Logs, and Policies sub-directories must be located within this directory.ProgramData\Tx3 Services
VERA_SERVER_ENCRYPTION_KEYThe encryption key that was used to encrypt service account passwords in the Synchronization Policy file.N/A
VERA_SERVER_JWT_CERT_NAMEThe PFX file that is used for signing the JSON Web Tokens used by the VERA Server.. This configuration must reference the name of a file in the server's Certificates directory; absolute paths are not supported.Tx3Jwt.pfx
VERA_SERVER_JWT_CERT_PASSWORDThe password of the PFX file used for signing the JSON web tokens.***REDACTED***
VERA_SERVER_LOG_LEVELThe logging level used by the web portal. Valid options include INFO and FULL and NONE.INFO
VERA_SERVER_MONGO_URLThe MongoDB connection string that should be used by the VERA Server to connect to its backend database.mongodb://localhost:27017
VERA_SERVER_URLThe preferred URL that should be used by VERA for internal module communications.http://localhost:5000

...

INFO
VariableDescriptionDefault ValueVERA_SERVER_LOG_LEVELThe logging level used by the web portal. Valid options include INFO and FULL and NONE.
VERA_WEB_LOG_LEVELThe logging level used by the web portal. Valid options include debug, info, and error.Read from the config.yaml configuration file.

...