Skip to content
Snippets Groups Projects
Commit d167a15e authored by Kevin RAKOTOBE's avatar Kevin RAKOTOBE
Browse files

Merge branch 'krakotobe-development-patch-06923' into 'development'

update cache durée 24h

See merge request !3
parents 1e3c62db 5f42fdb7
Branches
Tags
2 merge requests!4Development,!3update cache durée 24h
Pipeline #14634 passed
.vscode .vscode
node_modules node_modules
.env .env
\ No newline at end of file config.json
\ No newline at end of file
{
"timeout": 10000,
"port": 3000,
"host": "0.0.0.0",
"width": 1000,
"height": 1000,
"reqHeaders": {},
"cache": "filesystem",
"cacheConfig": {
"cacheDurationMinutes": 1440,
"cacheMaxEntries": 1000,
"snapshotDir": "/cache"
},
"renderOnly": [
"https://data.grandlyon.com",
"https://preprod.data.grandlyon.com",
"https://portail-dev.grandlyon.neogeo.fr"
],
"closeBrowserdefault": false,
"restrictedUrlPatterndefault": null
}
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
"reqHeaders": {}, "reqHeaders": {},
"cache": "filesystem", "cache": "filesystem",
"cacheConfig": { "cacheConfig": {
"cacheDurationMinutes": 86400, "cacheDurationMinutes": 1440,
"cacheMaxEntries": 1000, "cacheMaxEntries": 1000,
"snapshotDir": "/cache" "snapshotDir": "/cache"
}, },
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment