Sqlproj - Saving the connection after db is deployed to docker container (#17294)

This commit is contained in:
Leila Lali
2021-10-07 15:48:09 -07:00
committed by GitHub
parent dd433316c2
commit d4b556c09c
3 changed files with 21 additions and 11 deletions

View File

@@ -27,5 +27,6 @@ export interface ILocalDbSetting {
password: string,
dbName: string,
dockerBaseImage: string,
connectionRetryTimeout?: number
connectionRetryTimeout?: number,
profileName?: string
}