weavy.application-name |
The name of the application |
Weavy |
weavy.application-url |
The absolute url to the installation, e.g. https://company.weavycloud.com |
|
weavy.authentication-endpoint |
The full url to an external authentication endpoint. Must start with https://. |
|
weavy.blob-provider |
The blob provider to use. |
|
weavy.blob-providers |
The enabled blob providers for selecting external blobs. Defaults to Box,Dropbox,Google Drive,OneDrive . |
|
weavy.blob-whitelist |
A list of file type specifiers of files that Weavy should accept. When customizing this value we recommend that you at least allow image files with "image/*". If not specified all files can be uploaded. |
|
weavy.cache-provider |
The cache provider to use. |
|
weavy.cors-origins |
Configures the Access-Control-Allow-Origin header. Separate multiple entries with comma, e.g. "http://www.example.com, https://www.example.org" |
|
weavy.forms-authentication |
Enables or disables forms authentication, i.e the ability to sign in with username/password. |
true |
weavy.https |
Set to true to force traffic over HTTPS . |
true |
weavy.hsts |
Set to true to enable HTTP Strict Transport Security (HSTS ). |
true |
weavy.languages |
Language codes of supported user interface languages. Separate multiple entries with comma, e.g. "en, sv". |
en |
weavy.log-level |
The minimal loglevel to use for logging. Possible values are "Trace", "Debug", "Info", "Warn", "Error" or "Fatal" |
Info |
weavy.messenger-notification-hub-connection-string |
The connection string for the Messenger notification hub. |
|
weavy.messenger-notification-hub-path |
The Messenger notification hub path. |
|
weavy.notification-provider |
The notification provider to use. |
|
weavy.notification-hub-connection-string |
The connection string for the notification hub. |
|
weavy.notification-hub-path |
The notification hub path. |
|
weavy.password-length |
The minimum required password length. |
|
weavy.password-requires-digit |
Set to true to require atleast one digit (0-9) in passwords. |
false |
weavy.password-requires-lower |
Set to true to require atleast one lower case letter (a-z) in passwords. |
false |
weavy.password-requires-upper |
Set to true to require atleast one upper case letter (A-Z) in passwords. |
false |
weavy.password-requires-special |
Set to true to require atleast one special character (non letter or digit) in passwords. |
|
weavy.smtp-from |
The email address from which outgoing emails should be sent. |
|
weavy.smtp-password |
The password to use for authentication against the SMTP server. |
|
weavy.smtp-port |
The port used for SMTP transactions. |
25 |
weavy.smtp-server |
The name or IP address of the host used for SMTP transactions. |
|
weavy.smtp-username |
The username to use for authentication against the SMTP server. |
|
weavy.smtp-default-credentials |
Set to true to ignore username and password and send the default credentials with requests. |
false |
weavy.smtp-ssl |
Set to true to use Secure Sockets Layer (SSL) to encrypt the connection with the SMTP server. |
false |