File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -209,7 +209,7 @@ public function type(): string
209
209
protected function internalDbUrl (): Attribute
210
210
{
211
211
return new Attribute (
212
- get: fn () => "redis:// {$ this ->keydb_password }@ {$ this ->uuid }:6379/0 " ,
212
+ get: fn () => "redis://: {$ this ->keydb_password }@ {$ this ->uuid }:6379/0 " ,
213
213
);
214
214
}
215
215
@@ -218,7 +218,7 @@ protected function externalDbUrl(): Attribute
218
218
return new Attribute (
219
219
get: function () {
220
220
if ($ this ->is_public && $ this ->public_port ) {
221
- return "redis:// {$ this ->keydb_password }@ {$ this ->destination ->server ->getIp }: {$ this ->public_port }/0 " ;
221
+ return "redis://: {$ this ->keydb_password }@ {$ this ->destination ->server ->getIp }: {$ this ->public_port }/0 " ;
222
222
}
223
223
224
224
return null ;
You can’t perform that action at this time.
0 commit comments