Skip to main content

Environmental Overrides

These environment variables can be used to configure FileFlows at runtime.

Values set here will override any settings configured in the Web Console.

File Server

Environment VariableTypeDescription
FileServerFilePermissionsintFile permissions to set on files (Unix only).
FileServerFolderPermissionsintFolder permissions to set on directories (Unix only).
FileServerOwnerGroupstringOwner group to use for files and folders.
FileServerAllowedPathsstring[]Allowed paths for the file server, separated by ;.

SMTP

Environment VariableTypeDescription
SmtpServerstringSMTP server address.
SmtpPortintSMTP server port.
SmtpSecurityEmailSecuritySMTP security type (None, Auto, SSL, TLS).
SmtpFromstringName emails are sent from.
SmtpFromAddressstringEmail address to send emails from.
SmtpUserstringSMTP username.
SmtpPasswordstringSMTP password.

Security (OIDC & Access Token)

Environment VariableTypeDescription
AccessTokenstringAPI token that processing nodes will use to connect.
OidcAuthoritystringOpenID Connect authority URL.
OidcClientIdstringOpenID Connect client ID.
OidcClientSecretstringOpenID Connect client secret.
OidcCallbackAddressstringOptional callback address for OpenID Connect.
OidcRequiredGroupstringOpenID Connect required group. Users must be in this group to log in.