1
0
mirror of https://github.com/bitwarden/server.git synced 2025-07-01 08:02:49 -05:00

Simplify development environment setup (#1588)

This commit is contained in:
Oscar Hinton
2021-10-13 19:30:03 +02:00
committed by GitHub
parent 7802c2b969
commit 964e262d44
17 changed files with 429 additions and 149 deletions

View File

@ -14,13 +14,28 @@
"internalVault": "http://localhost:4001",
"internalSso": "http://localhost:51822"
},
"mail": {
"smtp": {
"host": "localhost",
"port": 10250
}
},
"attachment": {
"connectionString": "SECRET",
"connectionString": "UseDevelopmentStorage=true",
"baseUrl": "http://localhost:4000/attachments/"
},
"events": {
"connectionString": "UseDevelopmentStorage=true"
},
"send": {
"connectionString": "SECRET",
"connectionString": "UseDevelopmentStorage=true",
"baseUrl": "http://localhost:4000/sendfiles/"
},
"notifications": {
"connectionString": "UseDevelopmentStorage=true"
},
"storage": {
"connectionString": "UseDevelopmentStorage=true"
}
}
}