mirror of
https://github.com/minio/minio.git
synced 2025-11-07 12:52:58 -05:00
Enable event persistence in MySQL and PostgreSQL (#7629)
This commit is contained in:
committed by
kannappanr
parent
ac82798d0a
commit
55d4eee6f1
@@ -104,7 +104,9 @@
|
||||
"port": "",
|
||||
"user": "",
|
||||
"password": "",
|
||||
"database": ""
|
||||
"database": "",
|
||||
"queueDir": "",
|
||||
"queueLimit": 0
|
||||
}
|
||||
},
|
||||
"nats": {
|
||||
@@ -150,7 +152,9 @@
|
||||
"port": "",
|
||||
"user": "",
|
||||
"password": "",
|
||||
"database": ""
|
||||
"database": "",
|
||||
"queueDir": "",
|
||||
"queueLimit": 0
|
||||
}
|
||||
},
|
||||
"redis": {
|
||||
|
||||
Reference in New Issue
Block a user