fix: Database connection strings
This commit is contained in:
parent
ea3ffc429f
commit
aa89019236
@ -36,7 +36,7 @@
|
||||
|
||||
function generateUrl() {
|
||||
return browser
|
||||
? `${database.type}://${database.type === 'redis' && ':'}${
|
||||
? `${database.type}://${database.type === 'redis' ? ':' : ''}${
|
||||
databaseDbUser ? databaseDbUser + ':' : ''
|
||||
}${databaseDbUserPassword}@${
|
||||
isPublic
|
||||
|
Loading…
x
Reference in New Issue
Block a user