Document new env vars in README
This commit is contained in:
parent
0488c11d28
commit
9e5c084eae
1 changed files with 2 additions and 0 deletions
|
|
@ -94,6 +94,8 @@ The following environment variables are used to configure tududi:
|
|||
|
||||
#### Optional Variables:
|
||||
- `PUID`, `GUID` - Run with specified user and group ID (instead of defaults 1001/1001)
|
||||
- `DB_FILE` - Path to sqlite DB file
|
||||
- `TUDUDI_UPLOAD_PATH` - Path where uploaded files are stored
|
||||
- `TUDUDI_ALLOWED_ORIGINS` - Controls CORS access for different deployment scenarios:
|
||||
- Not set: Only allows localhost origins
|
||||
- Specific domains: `https://tududi.com,http://localhost:3002`
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue