More fields due to deploy.
This commit is contained in:
parent
965e26548e
commit
d9b41490ce
1 changed files with 10 additions and 2 deletions
|
|
@ -65,10 +65,12 @@ export interface IGBInstance {
|
|||
ui: string
|
||||
kb: string
|
||||
nlpAppId: string
|
||||
nlpSubscriptionKey: string
|
||||
nlpServerUrl: string
|
||||
nlpKey: string
|
||||
nlpEndpoint: string
|
||||
speechKey: string
|
||||
speechEndpoint: string
|
||||
spellcheckerKey: string
|
||||
spellcheckerEndpoint: string
|
||||
searchHost: string
|
||||
searchKey: string
|
||||
searchIndex: string
|
||||
|
|
@ -76,4 +78,10 @@ export interface IGBInstance {
|
|||
nlpVsSearch: number
|
||||
searchScore: number
|
||||
nlpScore: number
|
||||
storageUsername: string
|
||||
storagePassword: string
|
||||
storageName: string
|
||||
storageServer: string
|
||||
storageDialect: string
|
||||
storagePath: string
|
||||
}
|
||||
Loading…
Add table
Reference in a new issue