mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-22 18:31:57 +03:00
24b2a82461
refs https://github.com/TryGhost/Team/issues/560
refs 69b773d112
The endpoint `/members/api/session/` is used by Portal for fetching member session while setting up and redirecting to Stripe Checkout flow. The status code returned by API for logged out member is changed from 4xx Unauthorized to 204 No Content, which is consistent with the status code returned while fetching member data when logged out. This API is made just before initiating the checkout session, and is not noticable in most cases due to redirect to Stripe Checkout and got missed.
128 lines
2.8 KiB
JSON
128 lines
2.8 KiB
JSON
{
|
|
"url": "http://localhost:2368",
|
|
"server": {
|
|
"host": "127.0.0.1",
|
|
"port": 2368,
|
|
"shutdownTimeout": 60000
|
|
},
|
|
"admin": {
|
|
"redirects": true
|
|
},
|
|
"updateCheck": {
|
|
"url": "https://updates.ghost.org",
|
|
"forceUpdate": false
|
|
},
|
|
"privacy": false,
|
|
"useMinFiles": true,
|
|
"paths": {
|
|
"contentPath": "content/"
|
|
},
|
|
"adapters": {
|
|
"sso": {
|
|
"active": "Default"
|
|
}
|
|
},
|
|
"storage": {
|
|
"active": "LocalFileStorage"
|
|
},
|
|
"scheduling": {
|
|
"active": "SchedulingDefault"
|
|
},
|
|
"members": {
|
|
"contentApiAccess": [],
|
|
"paymentProcessors": [],
|
|
"emailTemplate": {
|
|
"showSiteHeader": true,
|
|
"showPoweredBy": true
|
|
}
|
|
},
|
|
"logging": {
|
|
"level": "info",
|
|
"rotation": {
|
|
"enabled": false,
|
|
"period": "1d",
|
|
"count": 10
|
|
},
|
|
"transports": ["stdout"],
|
|
"slowHelper": {
|
|
"level": "warn",
|
|
"threshold": 200
|
|
}
|
|
},
|
|
"spam": {
|
|
"user_login": {
|
|
"minWait": 600000,
|
|
"maxWait": 604800000,
|
|
"freeRetries": 4
|
|
},
|
|
"user_reset": {
|
|
"minWait": 3600000,
|
|
"maxWait": 3600000,
|
|
"lifetime": 3600,
|
|
"freeRetries": 4
|
|
},
|
|
"global_reset": {
|
|
"minWait": 3600000,
|
|
"maxWait": 3600000,
|
|
"lifetime": 3600,
|
|
"freeRetries":4
|
|
},
|
|
"global_block": {
|
|
"minWait": 3600000,
|
|
"maxWait": 3600000,
|
|
"lifetime": 3600,
|
|
"freeRetries":99
|
|
},
|
|
"private_block": {
|
|
"minWait": 3600000,
|
|
"maxWait": 3600000,
|
|
"lifetime": 3600,
|
|
"freeRetries":99
|
|
},
|
|
"content_api_key": {
|
|
"minWait": 3600000,
|
|
"maxWait": 86400000,
|
|
"lifetime": 3600,
|
|
"freeRetries": 99
|
|
}
|
|
},
|
|
"caching": {
|
|
"frontend": {
|
|
"maxAge": 0
|
|
},
|
|
"301": {
|
|
"maxAge": 31536000
|
|
},
|
|
"customRedirects": {
|
|
"maxAge": 31536000
|
|
},
|
|
"favicon": {
|
|
"maxAge": 86400
|
|
},
|
|
"sitemap": {
|
|
"maxAge": 3600
|
|
},
|
|
"robotstxt": {
|
|
"maxAge": 3600000
|
|
}
|
|
},
|
|
"imageOptimization": {
|
|
"resize": true,
|
|
"srcsets": true
|
|
},
|
|
"compress": true,
|
|
"preloadHeaders": false,
|
|
"adminFrameProtection": true,
|
|
"sendWelcomeEmail": true,
|
|
"stripeDirect": false,
|
|
"enableStripePromoCodes": false,
|
|
"emailAnalytics": true,
|
|
"backgroundJobs": {
|
|
"emailAnalytics": true
|
|
},
|
|
"portal": {
|
|
"url": "https://unpkg.com/@tryghost/portal@~1.7.0/umd/portal.min.js",
|
|
"version": "1.8"
|
|
}
|
|
}
|