mirror of
https://github.com/strapi/strapi.git
synced 2025-08-12 18:53:23 +00:00
48 lines
774 B
JSON
Executable File
48 lines
774 B
JSON
Executable File
{
|
|
"session": {
|
|
"key": "myApp",
|
|
"secretKeys": [
|
|
"mySecretKey1"
|
|
],
|
|
"maxAge": 86400000
|
|
},
|
|
"csrf": false,
|
|
"csp": false,
|
|
"p3p": false,
|
|
"hsts": {
|
|
"maxAge": 31536000,
|
|
"includeSubDomains": true
|
|
},
|
|
"xframe": "SAMEORIGIN",
|
|
"xssProtection": false,
|
|
"cors": {
|
|
"origin": "http://studio.strapi.io",
|
|
"expose": [
|
|
"WWW-Authenticate",
|
|
"Server-Authorization"
|
|
],
|
|
"maxAge": 31536000,
|
|
"credentials": true,
|
|
"methods": [
|
|
"GET",
|
|
"POST",
|
|
"PUT",
|
|
"PATCH",
|
|
"DELETE",
|
|
"OPTIONS",
|
|
"HEAD"
|
|
],
|
|
"headers": [
|
|
"Content-Type",
|
|
"Authorization",
|
|
"StudioToken"
|
|
]
|
|
},
|
|
"ssl": false,
|
|
"ip": {
|
|
"whiteList": [],
|
|
"blackList": []
|
|
},
|
|
"proxy": false
|
|
}
|