mirror of
https://github.com/lingble/twenty.git
synced 2025-11-28 20:03:51 +00:00
[backend] add cache storage module (#4320)
* [backend] add cache storage module * update docs * update default TTL to a week
This commit is contained in:
@@ -41,6 +41,8 @@ import TabItem from '@theme/TabItem';
|
||||
['FRONT_BASE_URL', 'http://localhost:3001', 'Url to the hosted frontend'],
|
||||
['SERVER_URL', 'http://localhost:3000', 'Url to the hosted server'],
|
||||
['PORT', '3000', 'Port'],
|
||||
['CACHE_STORAGE_TYPE', 'memory', 'Cache type (memory, redis...)'],
|
||||
['CACHE_STORAGE_TTL', '3600 * 24 * 7', 'Cache TTL in seconds']
|
||||
]}></OptionTable>
|
||||
|
||||
### Security
|
||||
|
||||
Reference in New Issue
Block a user