Round out webhookKey support in cli, docs, and Config (#1936)

This commit is contained in:
Tyler Brock
2016-05-28 09:21:55 -07:00
committed by Florent Vilmart
parent 181b12771d
commit 17374eff8d
3 changed files with 6 additions and 0 deletions

View File

@@ -28,6 +28,7 @@ export class Config {
this.javascriptKey = cacheInfo.javascriptKey;
this.dotNetKey = cacheInfo.dotNetKey;
this.restAPIKey = cacheInfo.restAPIKey;
this.webhookKey = cacheInfo.webhookKey;
this.fileKey = cacheInfo.fileKey;
this.facebookAppIds = cacheInfo.facebookAppIds;
this.allowClientClassCreation = cacheInfo.allowClientClassCreation;