Skip to content

Instantly share code, notes, and snippets.

@BanksySan
Last active May 25, 2020 07:26
Show Gist options
  • Save BanksySan/cb1f7e44242470c2d4235134263535ed to your computer and use it in GitHub Desktop.
Save BanksySan/cb1f7e44242470c2d4235134263535ed to your computer and use it in GitHub Desktop.
Mockoon New Environment + SSL
{
"source": "mockoon:1.8.0",
"data": [
{
"type": "environment",
"item": {
"uuid": "",
"lastMigration": 10,
"name": "New environment",
"endpointPrefix": "",
"latency": 0,
"port": 3002,
"routes": [
{
"uuid": "",
"documentation": "",
"method": "get",
"endpoint": "",
"responses": [
{
"uuid": "",
"body": "{}",
"latency": 0,
"statusCode": "200",
"label": "",
"headers": [
{
"key": "",
"value": ""
}
],
"filePath": "",
"sendFileAsBody": false,
"rules": []
}
],
"enabled": true
}
],
"proxyMode": false,
"proxyHost": "",
"https": true,
"cors": true,
"headers": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"proxyReqHeaders": [
{
"key": "",
"value": ""
}
],
"proxyResHeaders": [
{
"key": "",
"value": ""
}
]
}
}
]
}
[2020-05-25 08:11:38.780] [info] [COMPONENT][APP] Initializing application
[2020-05-25 08:12:34.495] [info] [SERVICE][SERVER] Creating http server instance
[2020-05-25 08:12:34.502] [info] [SERVICE][SERVER] Starting server 0aaa2e90-9e57-11ea-a856-4529262dd67e on port 3002
[2020-05-25 08:12:34.515] [info] [SERVICE][SERVER] Server 0aaa2e90-9e57-11ea-a856-4529262dd67e was started successfully on port 3002
[2020-05-25 08:13:05.797] [info] [SERVICE][SERVER] Creating https server instance
[2020-05-25 08:13:05.826] [info] [SERVICE][SERVER] Starting server 0aaa2e90-9e57-11ea-a856-4529262dd67e on port 3002
[2020-05-25 08:13:05.844] [info] [SERVICE][SERVER] Server 0aaa2e90-9e57-11ea-a856-4529262dd67e has been stopped
[2020-05-25 08:13:05.863] [info] [SERVICE][SERVER] Server 0aaa2e90-9e57-11ea-a856-4529262dd67e was started successfully on port 3002
[2020-05-25 08:13:12.469] [info] [SERVICE][SERVER] Server 0aaa2e90-9e57-11ea-a856-4529262dd67e has been stopped
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment