Skip to content

Instantly share code, notes, and snippets.

@JpEncausse
Last active December 5, 2016 14:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save JpEncausse/40a917ade2e044eb5c9f5a5381d886dc to your computer and use it in GitHub Desktop.
Save JpEncausse/40a917ade2e044eb5c9f5a5381d886dc to your computer and use it in GitHub Desktop.
PWM-MSBOT: config.json
{
"server": {
"port": 3978,
"certificate": {
"crt": "/absolute/path/to/certificate/my.certificate.crt",
"key": "/absolute/path/to/certificate/my.certificate.key"
},
"host": "http://127.0.0.1"
},
"facebook": {
"pageToken" : "EAAIdl0JbUpc..."
},
"microsoft": {
"bot" : {
"appId" : "a4ccb...",
"appPassword": "1XNxJ..."
},
"luis" : {
"url" : "https://api.projectoxford.ai/luis/v1/application",
"modelId": "",
"APIKey":""
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment