Skip to content

Instantly share code, notes, and snippets.

@marbemac
Last active March 17, 2016 19:02
Show Gist options
  • Save marbemac/b9ad0b2584be379b4a49 to your computer and use it in GitHub Desktop.
Save marbemac/b9ad0b2584be379b4a49 to your computer and use it in GitHub Desktop.
The default Prism config file.
{
"port": "4010",
"forwardHost": null,
"basePath": null,
"log": false,
"logLocation": "https://api.stoplight.io/v1",
"debug": true,
"mock": {
"enabled": false,
"dynamic": false
},
"spec": null,
"startupMessage": "",
"sslCert": null,
"sslKey": null,
"beforeScript": null,
"afterScript": null,
"variables": {},
"stoplight": {
"userSecret": null,
"versionSecret": null
},
"blacklist": {
"headers": [],
"queryString": []
},
"updatedAt": null
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment