-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
2e855c0
commit 0262cb8
Showing
1 changed file
with
10 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -31,9 +31,10 @@ To configure your application, set the following environment variables. These va | |
|
||
### Using Local storage | ||
|
||
| Variable | Example | Description | | ||
| ---------------- | ------- | ------------------------------------------- | | ||
| `STORAGE_DRIVER` | `local` | The storage driver to use for file storage. | | ||
| Variable | Example | Description | | ||
|---------------------|---------|----------------------------------------------------| | ||
| `STORAGE_DRIVER` | `local` | The storage driver to use for file storage. | | ||
| `FILE_UPLOAD_SIZE_LIMIT` | `50mb` | The maximum file size per upload. Default is 50mb. | | ||
|
||
### Using S3-compatible storage | ||
|
||
|
@@ -69,3 +70,9 @@ To configure your application, set the following environment variables. These va | |
| `POSTMARK_TOKEN` | | The token for Postmark, if using Postmark as the `MAIL_DRIVER`. | | ||
| `MAIL_FROM_ADDRESS` | `[email protected]` | The email address that emails will be sent from. | | ||
| `MAIL_FROM_NAME` | `Docmost` | The name that emails will be sent from. | | ||
|
||
## DRAW.IO (Diagrams.net) configuration | ||
The default Draw.io embed url is `https://embed.diagrams.net`. | ||
| Variable | Example | Description | | ||
|-----------| ------------------------ |----------------------------| | ||
| `DRAWIO_URL` | `https://embed.diagrams.net` | Your custom DRAWIO URL server url. | |