datoit
Version:
An open source headless CMS solution to create and manage your own API. It provides a powerful dashboard and features to make your life easier. Databases supported: MongoDB, MySQL, MariaDB, PostgreSQL, SQLite
19 lines (18 loc) • 356 B
JSON
{
"session": {
"enabled": true,
"client": "cookie",
"key": "strapi.sid",
"prefix": "strapi:sess:",
"ttl": 864000000,
"rolling": false,
"secretKeys": ["mySecretKey1", "mySecretKey2"],
"cookie": {
"path": "/",
"httpOnly": true,
"maxAge": 864000000,
"rewrite": true,
"signed": false
}
}
}