Last active
March 17, 2016 19:02
-
-
Save marbemac/b9ad0b2584be379b4a49 to your computer and use it in GitHub Desktop.
The default Prism config file.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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