fix typo
This commit is contained in:
parent
83a776ff9f
commit
5bc44ac70d
1 changed files with 1 additions and 1 deletions
|
|
@ -52,7 +52,7 @@
|
|||
}${databaseDbUserPassword}@${
|
||||
isPublic
|
||||
? database.destinationDocker.remoteEngine
|
||||
? database.destinationDocker.remoteipAddress
|
||||
? database.destinationDocker.remoteIpAddress
|
||||
: $appSession.ipv4
|
||||
: database.id
|
||||
}:${isPublic ? database.publicPort : privatePort}/${databaseDefault}`;
|
||||
|
|
|
|||
Loading…
Reference in a new issue