More fields due to deploy.

This commit is contained in:
Rodrigo Rodriguez (pragmatismo.io) 2018-10-14 19:54:18 -03:00
parent 965e26548e
commit d9b41490ce

View file

@ -65,10 +65,12 @@ export interface IGBInstance {
ui: string ui: string
kb: string kb: string
nlpAppId: string nlpAppId: string
nlpSubscriptionKey: string nlpKey: string
nlpServerUrl: string nlpEndpoint: string
speechKey: string speechKey: string
speechEndpoint: string
spellcheckerKey: string spellcheckerKey: string
spellcheckerEndpoint: string
searchHost: string searchHost: string
searchKey: string searchKey: string
searchIndex: string searchIndex: string
@ -76,4 +78,10 @@ export interface IGBInstance {
nlpVsSearch: number nlpVsSearch: number
searchScore: number searchScore: number
nlpScore: number nlpScore: number
storageUsername: string
storagePassword: string
storageName: string
storageServer: string
storageDialect: string
storagePath: string
} }