mirror of
https://github.com/bitwarden/server.git
synced 2025-07-02 16:42:50 -05:00
events has its own connection string
This commit is contained in:
@ -26,6 +26,9 @@
|
||||
"storage": {
|
||||
"connectionString": "SECRET"
|
||||
},
|
||||
"events": {
|
||||
"connectionString": "SECRET"
|
||||
},
|
||||
"attachment": {
|
||||
"connectionString": "SECRET",
|
||||
"baseUrl": "http://localhost:4000/attachments/"
|
||||
|
Reference in New Issue
Block a user